Ask a Question related to Coldfusion Server Administration, Design and Development.
-
Augusoft #1
JRun Memory Leak
Since upgrade to ColdFusion MX7 Enterprise the memory consumption of JRUN.EXE
gradually climbs (pace of consumption depends on load) until all web sites
stall. Even the CF administrator app stalls. Relief only comes by restarting
the CF Application service. Even a restart of the service times out. Within
minutes, the service is startable again and the cycle repeats.
Augusoft Guest
-
#39438 [NEW]: Memory leak PHP Fatal error: Out of memory
From: nikolas dot hagelstein at gmail dot com Operating system: NETBSD 3.0.1 AMD64 PHP version: 5.2.0 PHP Bug Type: ... -
SQL Memory Leak
> VM size being used by the SQL server This might be a setting within SQL Server. I think SQL Server allows you to specify how much memory to... -
6.1 memory leakage/jrun hogging memory
I have applied all the current patches to Coldfusion 6.1mx, however it appears I am still having major memory leakage issues, and the server appears... -
memory problem/memory leak
Hi I have a problem with shockwave player running in Internet Explorer. My program consists of a controller movie which loads in content files in... -
Memory consumption of Ruby/mod_ruby combo on Apache [memory leak]
> I don't think so - I think all the modules are loaded when Apache is It didn't have anything to do with IfModules or even Apache. I had a... -
xentrix #2
Re: JRun Memory Leak
Any info in your logs, both the CFAdmin ones and the JRun logs?
Andy
xentrix Guest
-
TylerWebGeek #3
Re: JRun Memory Leak
I'm having the same problem with CFMX 6.1. If I kill the jrun.exe process it
will restart itself and everything will run fine...for a while. This is getting
pretty frustrating. The JRun logs have the following entry multiple times:
java.lang.OutOfMemoryError
Any ideas for solutions?
TylerWebGeek Guest
-
Augusoft #4
Re: JRun Memory Leak
The main contributor to our problem, as we later identified, was poor code
(bad programming). The solution was to signficantly limit the number of
session variables per page/template as well as refining RAM and CPU hungry
queries. We identified that having a large number of session variables
accompanied with improper use of CFLoop and no use of CFParam caused JRUN to
keep grabbing memory while not releasing memory when the session/variable
expired. For us, this only occurred when using a database for client
variables. Our SQL logs showed numerous process lock problems related to
JRUN's inability to release the memory. Even tuning ColdFusion (i.e. garbage
collection, template caching, query caching, etc.) did not resolve the problem.
Fixing enough bad code did.
Augusoft Guest



Reply With Quote

