Try this code on your machine:
http://www.petefreitag.com/item/115.cfm
Although I haven't experienced anything personally like what's happening to you. I was on a shared enviroment and noticed that sometimes JRUN had a large memory spike. Check the Max Heap Size in the CF admin. See post below.
>From a Pete Freitag post a while ago:
"Even though objects may be "freed" by the garbage collector, it doesn't necessarily mean that a proportional amount of memory will be freed
in the OS. The JVM allocates memory for the heap which may or may not
contain any actual objects. When there is contention for space in the
heap - the heap grows until the max heap size is reached.
I have posted some info about obtaining the JVM memory usage info from
within CFMX on my blog, see: http://www.petefreitag.com/item/115.cfm
The variable maxMemory is the max heap size, totalMemory is how much heap is actually allocated in OS memory."
HTH,
.peter
maepub
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

