Hi,
I am using JavaWebServer2.0 to run application.
I started getting OutOfMemory Error.
So, I found solution how to fix it:
"By default the JavaSoft VM limits the heap size to 16 MBytes. You can set the upper bound of the heap size with the -mx option. For example, to set the maximum heap size to 32 MBytes, you could pass -mx32m to the Java virtual machine at start-up. "
My problem is that I can't find any docs how to pass -mx32m at satrt -up.
What do I nedd to use?
Command line?
Please advice.
Thank you,
Oksana