Skip to main content
New Participant
August 26, 2008
Question

JRun Crashing alot

  • August 26, 2008
  • 2 replies
  • 502 views
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.
This topic has been closed for replies.

2 replies

mbeharryAuthor
New Participant
October 29, 2008
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.
Inspiring
August 27, 2008
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.