Actions
Bug #9433
closedBackquote fail to allocate memory
Bug #9433: Backquote fail to allocate memory
Description
Backquote fail to allocate memory even if you have free memory.
When your ruby process takes more memory then you have free, backquote fail to run the most simple command. Same issue with Open3.popen3. Kernel#system works fine. I don't know ruby's internal, but I think it is something related with pipe_open.
I am trying this script in Ubuntu Server 13.10 64 bits with 256 MB no swap at VirtualBox.
Files
Actions