Hey guys. I’ve got a question about putting -Xmx2048MB directly into a .jar file so that it increases the heap size every time I open the jar. Do I just pass this into the args array in my main method? Can I call this using actual Java code within my program?
I’m using Eclipse to generate the .jar files. Thanks guys.