Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created December 18, 2015 16:32
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 zoffixznet/22a3979981c1765d9657 to your computer and use it in GitHub Desktop.
Save zoffixznet/22a3979981c1765d9657 to your computer and use it in GitHub Desktop.
zoffix@:~$ perl6 -e 'my int64 @foo[1000000000]'
Memory allocation failed; could not allocate 3705032704 bytes
zoffix@:~$ perl6 -e 'my int32 @foo[1000000000]'
Memory allocation failed; could not allocate 4000000000 bytes
zoffix@:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment