comp.lang.javascript FAQ: http://jibbering.com/faq/
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
Originally posted by William Brogden:
Recall that there are methods in the java.lang.Runtime class that let you get at current memory useage.
Betty Rubble? Well, I would go with Betty... but I'd be thinking of Wilma.
Originally posted by William Brogden:
It is also possible that even with correct memory management code, a number of "simultaneous" requests could exceed the allocated memory. What facilities for memory configuration does "DailyRazor" provide?
DailyRazor support:
PermGen space is always limited to 64Mb, this is a hard limit that will not be overriden. If your application require more PermGen space you should upgrade to dedicated server, where you will be able to have as much space as you like.
In any case, this issue has nothing to do with server itself, it's only your application that require too much memory to run, so basically you have only these choices: 1. Somehow optimise your application to use less classes and libraries or 2. Upgrade to dedicated server.
comp.lang.javascript FAQ: http://jibbering.com/faq/
comp.lang.javascript FAQ: http://jibbering.com/faq/
Originally posted by Ernest Friedman-Hill:
Ah! OK, now we're getting somewhere. Read this, my friend:
http://blogs.sun.com/fkieviet/entry/classloader_leaks_the_dreaded_java
Thanks for that article.
Looks very much like what's happening is that your app is handing out references to some of its objects, so that when it is reloaded/redeployed those object persist and prevent the old classes from being collected.
comp.lang.javascript FAQ: http://jibbering.com/faq/
DailyRazor Support
Dear Customer,
Your application was overloading the server, we had to stop your tomcat. You can start it at any time, however if we will notice that it's consuming too much of server resources we will suspend your account.
Thank you.
comp.lang.javascript FAQ: http://jibbering.com/faq/
Originally posted by Garrett Smith:
I contacted the JProfiler folks to see if I could run the profiler remotely.
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
"I'm not back." - Bill Harding, Twister
Originally posted by Ilja Preuss:
You can. The connection wizard is quite good - you tell it what you want to do and how your server is configured, and it will create a configuration and tell you what manual steps you need to do.
comp.lang.javascript FAQ: http://jibbering.com/faq/
"I'm not back." - Bill Harding, Twister
comp.lang.javascript FAQ: http://jibbering.com/faq/
My pie came with a little toothpic holding up this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
|