Making a very large Java array

You may want to extend the max size of the JVM Heap. You can do that with a command line option.

I believe it is -Xmx3600m (3600 megabytes)

Leave a Comment