JVM Parameters, Heap Size

Hi,

What are the parameters used to run JVM that executes the solutions?

For example, what are the values for the parameters -Xms or -Xmx ?

In problem #15, I allocated ~450 MiB of memory and my submission got rejected because of "Time Limit Exceeded". This was caused by a 4 seconds long full GC. This would probably work just fine with "-Xms1G -Xmx1G".

Are the JVM parameters global or do they vary per problem? I assume solutions to some problems tend to require more memory.

Thanks,
Martin

Comments (0)