Skip to content

Instantly share code, notes, and snippets.

@tamoot
Created May 31, 2010 02:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tamoot/419475 to your computer and use it in GitHub Desktop.
Save tamoot/419475 to your computer and use it in GitHub Desktop.
include 'java'
list = java.util.ArrayList.new
while true
list.add(java.lang.Byte[1024])
end
# => java.lang.OutOfMemoryError: Java heap space
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment