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

2018-10-07 Thread Peter Bergin
Hi Randy, thanks for feedback. I will prepare a v3 and send. On 2018-10-06 04:36, Randy MacLeod wrote: Hi Peter, Thanks for the v2, I think there are some small things to fix up, some optional work and then this will be in good shape. Btw, it's good practice to write a wrapper email and expla

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

2018-10-05 Thread Randy MacLeod
Hi Peter, Thanks for the v2, I think there are some small things to fix up, some optional work and then this will be in good shape. Btw, it's good practice to write a wrapper email and explain what's changed since the previous version. The impact of this patch for most people is just a call to

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

2018-10-03 Thread Peter Bergin
Ping! Is this something that can be included? Main question for community is if we should support the server setup with restricted virtual memory and rpm packaging. Thanks! /Peter On 2018-09-20 08:35, Peter Bergin wrote: Fix the situation where the task do_package_write_rpm ends up in "libl

[OE-core] [PATCH v2] 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. Signed-off-by: Peter Bergin ---