>  I then try and restart the service and it errors stating CF cannot be stopped

That's pretty normal for an overloaded server.. takes a while to shut down.

Since you're running fusion reactor... tell us how busy the server is.
 Look at the request activity graph.. what's the "average"?

Maybe the old server had more than 512MB allocated.

A quick fix would probably be to allocate more memory to the instance,
assuming your virtual server has more memory available.

Long term though, you have to figure out what's using the memory,
which is more difficult.

Look at the memory usage graph... does it go up and down A LOT?  I
once had a problem where the server was doing massive amounts of
garbage collection every 30 seconds or so.. we also had a significant
CPU issue because we had 1500 subdirectories each containing 120 files
that were exactly the same (not my architecture!)... so template
caching was non-existent and CF had to compile every page on the fly.

Perhaps you're storing a LOT of stuff in a shared memory scope, like
the application, server, or session scopes.

Rick

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327152
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