The garbage-collecting tag has no wiki summary.
0
votes
1answer
72 views
When the JVM is doing a complete GC, is it expected to see a large number of page fault/sec?
It is Window 2003 server.
We are running some performance test, and what we see is:
1. In first 5 hours, the page fault/sec is very small, like 10 or 20
In the last 1 hour, the page fault jumps to ...
0
votes
0answers
67 views
ColdFusion JVM: strange memory behaviour
Since last month, we got a problem on our company's server (Win2008ServerStd + IIS7 + CF enterprise 9.0.1 (hotfix2)).
I used jConsole to monitor the Coldfusion JVM (1.6.0_24) activity and here's what ...
0
votes
1answer
107 views
JVM garbage collection: What is the difference between “survivor 1” and “survivor 2”?
In Oracle's Java Virtual Machine's Garbage Collector, what are the respective roles of "survivor 1" and "survivor 2" ?
Are the objects always moving like: Eden → Survivor 1 → Survivor 2
Or can an ...
1
vote
2answers
514 views
Periodic unresponsiveness in tomcat
I am experiencing periodic unresponsiveness in tomcat in our production environment. I cannot reproduce this in a test environment, and nothing appears in the logs prior to or during the event. ...
0
votes
1answer
388 views
Frequent occurence of FULL GC
There is a frequent occurence of FULL GC in our system.
We are using Java application running on Tomcat server. Our application is running using internal load balancer setup.
We are seeing lot of ...
3
votes
3answers
3k views
Tomcat intermittent slowdowns, unresponsive, hangs
I've been trying to track down the cause of intermittent slowdowns of our Tomcat server. We get the slowdowns several times a week, where Tomcat will stop responding or take several minutes to ...
1
vote
1answer
102 views
is it safe for the Apache to be the owner of the session directory (php)
Since I have upgraded to php 5.3 I have issues with the session GC.
Seems he can't access the directory which is owned by root, Although I see sessions are being created there.
Is it safe to change ...
3
votes
3answers
2k views
JAVA_OPTS -XX:+PrintGCDetails affect on performance?
Does anyone know if the PrintGCDetails affects java performance much? I've been monitoring our java garbage collecting on a staging server with the same setup as the production server.
I assumed ...