Created
November 5, 2011 02:48
-
-
Save ymnk/1341022 to your computer and use it in GitHub Desktop.
OOME on jruby caused by zlib's leaked resources.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ymnk@ubuntu:~/tmp/jruby-1.6.5$ ./bin/jruby -v -e "require 'zlib'; while true; Zlib::Deflate.new; end" | |
jruby 1.6.5 (ruby-1.8.7-p330) (2011-10-25 9dcd388) (Java HotSpot(TM) Client VM 1.6.0_29) [linux-i386-java] | |
Killed | |
ymnk@ubuntu:~/tmp/jruby-1.6.5$ ../jruby/bin/jruby -v -e "require 'zlib'; while true; Zlib::Deflate.new; end" | |
jruby 1.7.0.dev (ruby-1.8.7-p330) (2011-11-04 fbeb240) (Java HotSpot(TM) Client VM 1.6.0_29) [linux-i386-java] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment