Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Apr 12, 2015 19:38:40 GMT 1
Hi Peter, Here is the memory specs. as far as I can tell for the Docker VM. free -m total used free shared buff/cache available Mem: 193249 27230 140882 1198 25136 163582 Swap: 16383 1789 14594
UpdateI think you're right about the Docker VM having a memory governor and killing the process when requested memory exceeds its defined limits. I started off trying to create a 1 gig string then 512 MB and finally 256 MB with no success. ( killed) UpdateI built bacon on my AWS instance and uploaded it to the Docker VM but no joy. My advice is use a real AWS VM instance on Koding.com. (Free)
|
|
|
Post by Pjot on Apr 13, 2015 18:47:14 GMT 1
Alternatively you may be able to lower down memory usage by the 'ulimit' command...? Not sure if this works though.
Greetings
|
|