> I.E you mention that the Xmx and Xms should be equal, but 
> what does that cause to happen?  What was happening when they 
> where not equal?

If they're equal, the VM will allocate a contiguous block of memory on
startup, and won't have to (or be able to) allocate additional memory at
runtime. In general, allocating and deallocating memory at runtime is
costly, so you're better off avoiding it if you can.

However, I've run into some specific cases where this strategy doesn't work,
for various reasons. I do try to make them as close as possible, though.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:307310
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to