I'm trying to create a war file but I have this error:
bundle exec warble
warble aborted!
Error: Your application used more memory than the safety cap of 500m.
Specify -J-Xmx####m to increase it (#### = cap size in MB).
Specify -w for full OutOfMemoryError stack trace
Unfortunately bundle exec spins up a subprocess, so it might not get
the Xmx flag. Try JAVA_OPTS=-Xmx###M and if you still have a problem
open a JRuby bug at http://bugs.jruby.org.
- Charlie
···
On Fri, May 27, 2011 at 7:15 AM, music <music@musi.ca> wrote:
I'm trying to create a war file but I have this error:
bundle exec warble
warble aborted!
Error: Your application used more memory than the safety cap of 500m.
Specify -J-Xmx####m to increase it (#### = cap size in MB).
Specify -w for full OutOfMemoryError stack trace