Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
~/projects/jruby ➔ jruby -e "def foo; foo; end; foo" Error: Your application used more stack memory than the safety cap of 1024k. Specify -J-Xss####k to increase it (#### = cap size in KB). Specify -w for full StackOverflowError stack trace ~/projects/jruby ➔ jruby -e "a = 'foo'; loop {a *= 2}" 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
This paste will be private.
From the Design Piracy series on my blog: