ColdFusion MX 6.1 Enterprise as JRun J2EE EAR connected to IIS

2004-10-05 Thread Chris Peters
Has anyone ever installed CF under this configuration? I have installed several ColdFusion instances on top of JRun and connected each instance to a respective IIS web site. I then created a custom jvm.config file for one of the instances and set -XX:MaxPermSize=256m. I set up a new Windows

Re: ColdFusion MX 6.1 Enterprise as JRun J2EE EAR connected to IIS

2004-10-05 Thread Lawrence Ng
I'm not sure this helps but may be related with how Windows manages memory I found that Windows doesn't really USE all the RAM we give it very much - that's why it doesn't seem to care.I experienced this with my laptop - it was fine under Windows but when I started using VMWare and had a few

Re: ColdFusion MX 6.1 Enterprise as JRun J2EE EAR connected to IIS

2004-10-05 Thread Douglas Knudsen
IIRC, -XX:MaxPermSize=256m sets the max size of the perm generation. Wouldn't -Xmx640m set the max size? http://www.petefreitag.comand http://www.bpurcell.org/blog has some good stuffs on this.There is a macromedia tech note on performance too...I don't have that handy though. Doug On Tue, 05

RE: ColdFusion MX 6.1 Enterprise as JRun J2EE EAR connected to IIS

2004-10-05 Thread Peters, Chris
of the way before I put anything into production. I'll just have to make sure that I don't write scripts that cause memory leaks. :) Chris Peters -Original Message- From: Peters, Chris Sent: Tuesday, October 05, 2004 10:51 AM To: CF-Talk Subject: ColdFusion MX 6.1 Enterprise as JRun J2EE EAR

RE: ColdFusion MX 6.1 Enterprise as JRun J2EE EAR connected to IIS

2004-10-05 Thread Peters, Chris
: ColdFusion MX 6.1 Enterprise as JRun J2EE EAR connected to IIS IIRC, -XX:MaxPermSize=256m sets the max size of the perm generation. Wouldn't -Xmx640m set the max size? http://www.petefreitag.comand http://www.bpurcell.org/blog has some good stuffs on this.There is a macromedia tech note on performance

Re: ColdFusion MX 6.1 Enterprise as JRun J2EE EAR connected to IIS

2004-10-05 Thread Douglas Knudsen
6.1 Enterprise as JRun J2EE EAR connected to IIS IIRC, -XX:MaxPermSize=256m sets the max size of the perm generation. Wouldn't -Xmx640m set the max size? http://www.petefreitag.comand http://www.bpurcell.org/blog has some good stuffs on this.There is a macromedia tech note on performance too...I