Skip to content

Instantly share code, notes, and snippets.

@glyn
Created March 13, 2014 14:01
Show Gist options
  • Save glyn/9529045 to your computer and use it in GitHub Desktop.
Save glyn/9529045 to your computer and use it in GitHub Desktop.
perl oom test
perl -e 'for ($i = 0; $i < 20; $i++ ) { $foo .= "A" x (1024 * 1024); }; print "Success\n"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment