rm5248 commented on PR #723: URL: https://github.com/apache/logging-log4cxx/pull/723#issuecomment-5026213494
I just tried this out on my VM, it continues to be killed by the OOM killer when the build system is low on memory. I did try appending the data in a loop instead(so it only appended a smaller percentage at a time), but that did not work at all either. I would _expect_ this to work correctly, but I think it's a Linux memory overcommit problem. I tried to fix it by manually allocating a buffer of the correct size using malloc, but it still was killed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
