> > Do you have specified sizes for the young and perm generations? If not,
> > you might want to set them.
>
> No. How do I do that?

More switches in jvm.config. If I recall correctly:

-XX:NewSize=
-XX:MaxNewSize=
-XX:PermSize=
-XX:MaxPermSize=

That said, I'd recommend that you don't just plug these in - read a
bit about them first. Oracle has a bunch of docs about heap sizing,
etc. You might actually want to profile your JVM too, to see what's
actually going on.

Dave Watts, CTO, Fig Leaf Software
1-202-527-9569
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358330
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to