Skip to main content

Questions tagged [garbage-collecting]

2 votes
0 answers
150 views

From time to time we see messages as jvm pause defected from HiveMetastore & Hiveserver2 logs in spite we increased the heap size to the right size ( according to number of connection to HIVE ...
King David's user avatar
0 votes
1 answer
842 views

Last week we updated several wordpress sites which are running Alpine Linux as containers inside a host (Ubuntu 20.04) through LXD. A summary of the update is as follows: Alpine Linux v3.8 -> 3.14 ...
lepe's user avatar
  • 469
0 votes
1 answer
2k views

I am running a SolrCloud on k8s with the following setting: Heap params: -server -Xms280m -Xmx312m Other params: -XX:+UseParallelGC -XX:+UseParallelOldGC -XX:+UseAdaptiveSizePolicy -XX:...
John the Traveler's user avatar
1 vote
1 answer
1k views

Our service runs on AWS on m5.12xlarge nodes (48 cores, 192 G RAM) on Ubuntu 16.04. We use Java 8. For our service we allocate about 150G as max heap size. We have no swap on the node. The nature of ...
devurandom's user avatar
0 votes
1 answer
1k views

We upgraded from Ubuntu 16LTS to Ubuntu 18LTS a couple of days ago and since then have had Apache Tomcat crash completely twice (once per day, about 25 hrs apart). The java process stops running. One ...
Oliver Kohll's user avatar
0 votes
0 answers
275 views

What is the issue? After upgrading instances to Ubuntu 16.04 LTS and OpenJDK 8 the GC frequency can, after hours of normal operation, suddenly increase by orders of magnitude ending up using less ...
Daniel Sandberg's user avatar
1 vote
2 answers
613 views

I have a centos server with 4Gb RAM. I'm doing a PHP console batch process that may take some hours... however it doesn't finish as the server shutdown after 1 or 2 hours from lauching the process... ...
John's user avatar
  • 11
-1 votes
1 answer
101 views

I have a LAMP server. Users log in and authenticate against the MySQL database. After successful authentication, session_start() is called. At no point is regenerate_session_id() called. I'm ...
mahbad's user avatar
  • 1
4 votes
1 answer
1k views

The SSD controller triggers the garbage collection routines on a specific ship or block when a certain threshold of either invalid pages or written pages is met, based on the GC policy (my guess is ...
SamTh3D3v's user avatar
  • 283
0 votes
1 answer
1k views

We're using Java Hotspot 1.6 with a 10.3.6 WebLogic Cluster with 2 nodes running OSB 11.1.1.7 behind a physical load balancer: java version "1.6.0_91" Java(TM) SE Runtime Environment (build 1.6.0_91-...
Franco's user avatar
  • 21
-1 votes
1 answer
3k views

I am having a problem with High CPU happening on my my website in IIS8. This happens randomly and not very often but it does happen especially when the load is heavy on the site. The only way to ...
exposure's user avatar
  • 283
4 votes
1 answer
1k views

Solid State Drives (SSD) have a garbage collection functionality which makes space from deleted files available. It is triggered automatically by the drive via a TRIM command sent by the OS Is there a ...
WoJ's user avatar
  • 3,885
0 votes
1 answer
491 views

I'm running some Rails applications on Jboss with JRuby. Sometimes the Java garbage collector can't free memory and the jvm consume all the available memory. I'm trying to create a custom metric ...
Felipe Rojas's user avatar
1 vote
1 answer
4k views

One of our java application is taking big pause while doing GC, it seems because of "ParNew (promotion failed)" it takes time. Java version: $ java -version java version "1.6.0_21" Java(TM) SE ...
Deepak Deore's user avatar
6 votes
3 answers
11k views

I am occasionally getting the following error when loading a PHP page: PHP Notice: session_start(): ps_files_cleanup_dir: opendir(C:\Windows\TEMP) failed: No error (0) in C:\server\default.php on ...
Mooseman's user avatar
  • 163
0 votes
1 answer
4k views

Having some major issues with our Tomcat 7 installation. It used to run fine for over a year, but now the CPU is mainly at 400% - 700% (8 core machine) and in the logs I see tones of these: 2015-04-...
Nitai's user avatar
  • 111
1 vote
0 answers
445 views

I'm diagnosing why our Rails servers seem to leak memory. In looking at New Relic today, I noticed that "Free heap slots" of our Ruby VMs seems to jump from almost nothing up to the baseline level of ...
Ross's user avatar
  • 131
1 vote
1 answer
4k views

I've inherited a website that uses a lot of session state. We've recently experienced continuous high CPU ~95-100% for prolonged period of times. When debugging using DebugDiag, it shows that there ...
Steve's user avatar
  • 121
1 vote
1 answer
5k views

We have a cluster of tomcat servers, just upgraded to debian7/openjdk7/tomcat7 (all from stock debian). Now we had two JVM crash on different machines. Both servers having identical hardware and are ...
Janning's user avatar
  • 1,741
0 votes
1 answer
69 views

I'm having an odd problem: my garbage collection log file (as defined by -Xloggc) will show n number of garbage collections have taken place, but jconsole will show n+6 garbage collections have taken ...
Richard D Lawson's user avatar
2 votes
3 answers
5k views

ColdFusion 10 Update 10 Windows Server 2008 R2 Java 1.7.0_21 I am trying to figure Full GCs to run every 10 minutes. I have used the gcInterval JVM arg in the past on earlier versions of ColdFusion ...
Brad Wood's user avatar
  • 190
32 votes
2 answers
35k views

Debian and derivatives (Ubuntu) don't use the php session garbage collector session.gc_probability = 0 instead they use a cron /etc/cron.d/php5 09,39 * * * * root [ -x /usr/lib/php5/maxlifetime ] &...
nulll's user avatar
  • 539
0 votes
1 answer
1k views

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 ...
performanceuser's user avatar
0 votes
1 answer
676 views

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 ...
Nicolas Raoul's user avatar
1 vote
3 answers
2k views

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. ...
tangent's user avatar
  • 13
0 votes
3 answers
3k views

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 ...
Viji's user avatar
  • 1
7 votes
3 answers
26k views

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 ...
ecto's user avatar
  • 73
1 vote
1 answer
275 views

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 ...
Itay Moav -Malimovka's user avatar
5 votes
3 answers
7k views

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 ...
brad's user avatar
  • 512