/t5/coldfusion-discussions/jrun-crashing-alot/td-p/95493Aug 26, 2008
Aug 26, 2008
Copy link to clipboard
Copied
are there any other ways to get Jrun from crashing on a
frequent basis. I have increased the number of concurrent users
sightly already, and it still seems to crash.
/t5/coldfusion-discussions/jrun-crashing-alot/m-p/95494#M9392Aug 27, 2008
Aug 27, 2008
Copy link to clipboard
Copied
If JRun is crashing a lot then it is probably a memory leak
in your code. So you can load test your application and use a
memory monitoring tool like JConsole and try and find where your
leak is coming from and solve it. You can also tune your JVM
settings in the jvm.config which could help you.
/t5/coldfusion-discussions/jrun-crashing-alot/m-p/95495#M9393Oct 29, 2008
Oct 29, 2008
Copy link to clipboard
Copied
LATEST
thanks simon, i am stressed too :)
I will give this a try. but one thing we recently found out
was that the "hacker safe" script was conflicting with our
particular set up. so maybe jrun was not entirely to blame.