Hi. I understand why you would set a max amount of memory that Java will use (-Xmx 512m), but why do you set a minimum (-Xms128m)? Doesn't it just use what it needs until it hits the max?
--Dan > -----Original Message----- > From: Shankar Unni [mailto:[EMAIL PROTECTED] > Sent: Monday, November 15, 2004 12:36 PM > To: [EMAIL PROTECTED] > Subject: Re: JAVA_OPTS > > > Mufaddal Khumri wrote: > > > As far as what the -server option will do for you , that > depends on your > > VM vendor. > > The Sun JRE distributions typically don't include a server VM, so > "-server" will give an error. You'll have to download the > JDK, and run > the JRE that is embedded within it (.../j2sdk1.4/jre). > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
