I was running a JRuby something.rb
script and suddenly it throws this:
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
What caused this and how do I fix it?