Aha. I see that change has to be made to the first line of the gem script in <jruby_install>/bin
#!/usr/bin/env jruby -J-Xmx784M In my version, it doesn't even specify 384m. It just uses the default. Peter Brant wrote:
I recently had the same problem (with Ruby trunk though). Changing #!/usr/bin/env jruby -J-Xmx384M to #!/usr/bin/env jruby -J-Xmx784M fixed it for me (why JRuby is using so much memory in this case may still be worth investigating though...) Pete --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
-- Eric Armstrong, Document Systems Architect, Sun Microsystems http://blogs.sun.com/coolstuff http://www.artima.com/weblogs/index.jsp?blogger=cooltools --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email