Jdk 1.4.2 Error on setting heap min and max

A

Aaron Boxer

Hello,

I have an application that works fine using jdk 1.4.1

I set the heap min and max size using the command line parameters:

-ms64mb -mx128mb


I just tried running this app under 1.4.2, and no matter what values
I set as min and max, I get errors like "Invalid minimum heap size".

Any ideas?

Thanks

Aaron Boxer
 
X

xarax

Hello,

I have an application that works fine using jdk 1.4.1

I set the heap min and max size using the command line parameters:

-ms64mb -mx128mb


I just tried running this app under 1.4.2, and no matter what values
I set as min and max, I get errors like "Invalid minimum heap size".

Any ideas?

Thanks

Aaron Boxer

Try leaving off the trailing "b" on the sizes.

Try: -Xms64m -Xms128m
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,756
Messages
2,569,540
Members
45,025
Latest member
KetoRushACVFitness

Latest Threads

Top