I’m running scala code in the SmashTheCode contest, and I noticed that sometimes my bot fail at the first round with the following error :
Error occurred during initialization of VM
java.lang.OutOfMemoryError: unable to create new native thread
According to my Googling, the server you are running the code on should have its ulimit increased.
Please fix this quickly as this is quite unfair, I guess it must happen for other players as well
(at least the ones using the JVM)