# HotSpot Virtual Machine Error : 11
# Error ID : 4F530E43505002EF

Here's the problem and workaround:
http://www.talkingtree.com/blog/index.cfm/2004/5/21/hscrashlog0504

Using the -Xint JVM option to disable the Sun Hotspot runtime optimizer
will restore server stability and prevent this crash from happening
again.  However, doing so hurts performance for those that have very cpu
intensive, homogenous code.  The more heterogeneous the code, such as on
an ISP with many different types of apps, the more likely that the
server will not see a significant performance decline.

See also:
http://www.talkingtree.com/blog/index.cfm/2006/4/28/Understanding-HotSpo
t-in-Plain-English

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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

Reply via email to