java.lang.OutOfMemoryError
Hi all.
I have to admit that I gave up searching for the answer on forums. When I search for java.lang.OutOfMemoryError it looks for java and/or lang and/or OutOfMemoryError. Blame it on my lack of knowledge how to use the search tool.
Enough about that. I have this java memory issue on my ubuntu server and to increase the available memory allocation for java I have to give this command :
java -Xmx<size>m -jar yourjarfile.jar
The question is which jar file should I include in the command?
I have to admit that I gave up searching for the answer on forums. When I search for java.lang.OutOfMemoryError it looks for java and/or lang and/or OutOfMemoryError. Blame it on my lack of knowledge how to use the search tool.
Enough about that. I have this java memory issue on my ubuntu server and to increase the available memory allocation for java I have to give this command :
java -Xmx<size>m -jar yourjarfile.jar
The question is which jar file should I include in the command?