Thanks Sean - worked a treat Thought you might know the answer to that one ;)
Grant -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Sean A Corfield Sent: Thursday, April 15, 2004 2:31 PM To: CFAussie Mailing List Subject: [cfaussie] Re: Mac OSX JVM Heap size On Apr 14, 2004, at 6:40 PM, Grant Straker wrote: > I'm using sun jvm 1.4.2 and starting via /Applications/JRun4/lib > #java -jar ./jrun.jar -start instance Right, that won't pick up jvm.config at all (only the jrun executable does that). Hence the "unsupported" nature of running the JAR directly. > -Xms128m Add this to the java command above: java -Xmx128m -Xms128m -jar ./jrun.jar -start instance Regards, Sean --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004 --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
