I'm playing around with a debian etch 256M virtual machine, trying to install JRuby. I installed the Java SDK, and it works, compiled and executed hello world sucessfully.
However, I can't get JRuby to execute.
$ jruby
Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine.
I have around 150m free on the server, any ideas? I tried passing in standard stack limiting, as well as setting shell variables limiting stack size to 64m, with no success.
Any ideas?
Justin