[cfaussie] Re: How big is your jrun.exe?

2011-03-24 Thread BarryC
Have you compared the JRun parameters (in jvm.config in the JRun bin folder) to see what the differences are between CF8 and CF6? CF8 may start JRun with 350MB allocated already (but may not have actually filled that 350MB allocated). I would say 350 - 400MB on idle is normal for JRun on CF8. I

Re: [cfaussie] How big is your jrun.exe?

2011-03-24 Thread Brett Payne-Rhodes
Is this a 64bit installation? From what I've seen everything uses double the memory straight out of the box on 64bit... B) On 24/03/2011 4:39 PM, Ayudh Nagara | http://www.xilo.com wrote: We're setting up a brand new (virtual) server with Windows Server 2008 and ColdFusion 8 (+ 8.0.1

[cfaussie] Re: How big is your jrun.exe?

2011-03-24 Thread Ayudh Nagara | http://www.xilo.com
Not that much different: CF6.1: -Xmx512m (-XmsNm not specified) -XX:MaxPermSize=128m CF8.0: -Xmx512m -Xms512m -XX:MaxPermSize=192m I didn't miss a zero. On CF6.1 the jrun.exe varies between 60MB and 80MB. By full throttle I don't really mean maxed out, but it's carrying a reasonable

[cfaussie] Re: How big is your jrun.exe?

2011-03-24 Thread Ayudh Nagara | http://www.xilo.com
Nope just 32-bit Windows. On Mar 24, 11:09 pm, Brett Payne-Rhodes bret...@gmail.com wrote: Is this a 64bit installation? From what I've seen everything uses double the memory straight out of the box on 64bit... B) On 24/03/2011 4:39 PM, Ayudh Nagara |http://www.xilo.comwrote:

Re: [cfaussie] Re: How big is your jrun.exe?

2011-03-24 Thread Kai Koenig
And here's you explanation: Not that much different: CF6.1: -Xmx512m (-XmsNm not specified) -XX:MaxPermSize=128m CF8.0: -Xmx512m -Xms512m -XX:MaxPermSize=192m -Xms512m sets the initial JVM heap size to 512m (notice that it's set to the same as the maximum heap size, e.g. CF 8 will

[cfaussie] upgrade strategies (enterprise software)

2011-03-24 Thread Barry Beattie
Upgrading software versions: what's best practice? This isn't specifically about CF (although I'm curious how Adobe handles multiple version upgrades: do they have a CF11 and CF12 development environment running now in addition to CF10?) I've come across a situation where people want to include

RE: [cfaussie] upgrade strategies (enterprise software)

2011-03-24 Thread Steve Onnis
Virtual machines -Original Message- From: Barry Beattie [mailto:barry.beat...@gmail.com] Sent: Friday, 25 March 2011 3:44 PM To: cfaussie Subject: [cfaussie] upgrade strategies (enterprise software) Upgrading software versions: what's best practice? This isn't specifically about CF