dlibanori (Daniel Libanori)
- Login: dlibanori
- Email: daniellibanori@gmail.com
- Registered on: 01/20/2014
- Last sign in: 01/20/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
02/06/2014
-
12:39 PM Ruby Bug #9433: Backquote fail to allocate memory
- Daniel Libanori wrote:
> Hello Tomoyuki,
> ...
-
12:36 PM Ruby Bug #9433: Backquote fail to allocate memory
- Hello Tomoyuki,
I am forcing memory usage through inserting string at an array. Actually, something like this is happing at another project I am working. My server has something about 1.6GB memory, my Ruby process is using 1.2GB and i...
01/20/2014
-
02:51 PM Ruby Bug #9433 (Rejected): Backquote fail to allocate memory
- 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...