Created
June 7, 2015 04:50
-
-
Save nicholasf/9de14b0c8f2ecff86b22 to your computer and use it in GitHub Desktop.
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
scala> var c = new Array(n) | |
java.lang.OutOfMemoryError: Java heap space | |
at scala.reflect.ManifestFactory$$anon$5.newArray(Manifest.scala:195) | |
at scala.reflect.ManifestFactory$$anon$5.newArray(Manifest.scala:194) | |
... 30 elided | |
scala> print(n) | |
1828968639 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment