Atish Ray

Greenhorn
+ Follow
since Jun 01, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Atish Ray

Turn on the different verbose options (like printgcdetails or printtenuringdistribution) for gc and see how frequently it's doing garbage collection and what the pattern. You might find as time passes the frequency increasing due to memory leaks in your application that can cause tons of objects occupying unnecessary heap space. That'll give you an initial idea.
18 years ago
Enable extended logs for Apache and check the elapsed time in apache access log first. First make sure it's the application does take lot of time and it's not the latency between user and your web servers. Then dig into your app infrastructure.
18 years ago
Enable extended logs for Apache and check the elapsed time in apache access log first. First make sure it's the application does take lot of time and it's not the latency between user and your web servers. Then dig into your app infrastructure.
18 years ago