Anthony,

I don't see 150 minimum anywhere here.  I should see a line that looks like

-Xms512m -Xmx640m

Xms meaning minim and Xmx meaning maximum.  When you don't set a minimum
size you are telling the JVM to scale back it's memory - always looking for
the least amount it needs. This can cause it to work a lot harder and
combined with the use of CFdocument (which we have found uses a lot of
resources) you may be locking it up.  There's a really good blog here:

http://www.sargeway.com/blog/index.cfm?mode=entry&entry=27

And another "can't live without" blog by robi Sen here:

http://www.robisen.com/index.cfm?mode=entry&entry=39E0B0C6-55DC-F2B1-FBBDB70
CEC963D6D


Using these blogs I now use an args that are something like this:

java.args=-server  -DJINTEGRA_NATIVE_MODE -DJINTEGRA_PREFETCH_ENUMS -Xms512m
 -Xmx640m -Dsun.io.useCanonCaches=false -XX:MaxPermSize=128m -XX:PermSize=64
m -XX:+UseConcMarkSweepGC -XX:NewSize=48m -Dcoldfusion.rootDir={application.
home}/../ -Dcoldfusion.libPath={application.home}/../lib -Dcoldfusion.classP
ath={application.home}
.......

Notice some extra switches and the alternate Garbage Collector.

One more thing. I've taken to editing this file manually. CF Admin doesn't
seems to screw it up when you do anything extra.

I'm not saying this "is" your problem, but getting that JVM tuned well saves
a lot of headaches.

-Mark

Mark A. Kruger, CFG, MCSE
www.cfwebtools.com
www.necfug.com
http://mkruger.cfwebtools.com



-----------------------------------------------------

                               150 is the min setting... It's usually
more around 400. Thats what
makes me think jrun was either idle or deadlocked. But since I can't
get perfmon to work, i couldn't see how many requests it had going.
here's my jvm args

java.args=-server -Xmx512m -Dsun.io.useCanonCaches=false
-XX:MaxPermSize=128m -XX:+UseParallelGC -DJINTEGRA_NATIVE_MODE
-DJINTEGRA_PREFETCH_ENUMS -Dcoldfusion.rootDir={application.home}/../
-Dcoldfusion.classPath={application.home}/../lib/updates,{application.home}/
.../lib,{application.home}/../gateway/lib/,{application.home}/../wwwroot/WEB-
INF/cfform/jars
-Dcoldfusion.libPath={application.home}/../lib



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221792
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to