Piet Bruins wrote: > Memory allocated to the JVM. On our server we've seen errors related to Java > heap space on a number of occasions: > "Error","jrpp-63","02/26/08","04:00:15","FTLAdminApp","Java heap space > "Error","jrpp-663","02/21/08","20:38:01","FTLAdminApp","Java heap space > "Error","jrpp-323","02/20/08","16:02:29","FTLAdminApp","Java heap space > > We suspect we just need to increase the limits currently in place, but would > prefer not to do so blindly.
Proper settings for your JVM are determined during load testing. If we get called in when an app has been pushed into production without load testing and there is an immediate problem we typically set it to -Xmx1280m -Xms768m hoping it will make the server stable enough to do proper load testing. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:300166 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

