Re: [OE-core] [PATCH] rpm: handle virtual memory usage when limit is set

2018-09-20 Thread Peter Bergin
On 2018-09-20 01:02, Andre McCurdy wrote: On Wed, Sep 19, 2018 at 2:05 PM, Peter Bergin wrote: Fix the situation where the task do_package_write_rpm ends up in "liblzma: memory allocation failed". This happens if the host environment has set a limit on virtual_memory for the user with 'ulimit -

Re: [OE-core] [PATCH] rpm: handle virtual memory usage when limit is set

2018-09-19 Thread Andre McCurdy
On Wed, Sep 19, 2018 at 2:05 PM, Peter Bergin wrote: > Fix the situation where the task do_package_write_rpm ends up in > "liblzma: memory allocation failed". This happens if the host > environment has set a limit on virtual_memory for the user with > 'ulimit -v' for packages with a lot of binary

Re: [OE-core] [PATCH] rpm: handle virtual memory usage when limit is set

2018-09-19 Thread Alexander Kanavin
2018-09-19 23:05 GMT+02:00 Peter Bergin : > Fix the situation where the task do_package_write_rpm ends up in > "liblzma: memory allocation failed". This happens if the host > environment has set a limit on virtual_memory for the user with > 'ulimit -v' for packages with a lot of binary packages, e.

[OE-core] [PATCH] rpm: handle virtual memory usage when limit is set

2018-09-19 Thread Peter Bergin
Fix the situation where the task do_package_write_rpm ends up in "liblzma: memory allocation failed". This happens if the host environment has set a limit on virtual_memory for the user with 'ulimit -v' for packages with a lot of binary packages, e.g. glibc-locale. Upstream-Status: Inappropriate [