Re: [OE-core] [PATCH V2] systemd: add menson option to decrease RLIMIT_NOFILE on qemu bsp

2019-08-19 Thread Andre McCurdy
On Mon, Aug 19, 2019 at 9:38 AM Hongxu Jia wrote: > > Since do_testimage for core-image-sato-sdk has memory limitation (256Mib) > which caused rpc.statd failed with out of memory. > [ 531.306146] Out of memory: Kill process 193 (rpc.statd) score 200 or > sacrifice child > > The rpc.statd allocat

[OE-core] [PATCH V2] systemd: add menson option to decrease RLIMIT_NOFILE on qemu bsp

2019-08-19 Thread Hongxu Jia
Since do_testimage for core-image-sato-sdk has memory limitation (256Mib) which caused rpc.statd failed with out of memory. [ 531.306146] Out of memory: Kill process 193 (rpc.statd) score 200 or sacrifice child The rpc.statd allocates memory according to RLIMIT_NOFILE, so decrease RLIMIT_NOFILE