Questions tagged [compressed-class]

4 questions
1
vote
0 answers

Tomcat hang after memory error until re-start

Our web application runs on Apache-Tomcat-8.5.5 and java 1.8 (linux-amd64). Application uses hikari db connection pool with oracle database. After a random period of time (3-4 weeks), we get "java.lang.OutOfMemoryError: Compressed class space"…
Imasha
  • 41
  • 3
1
vote
1 answer

java how to track and tune Compression Class Space

We're using JDK 8 and some of our processes are giving OOM with "compressed class space". We're logging GC and our jvm statistics.log file currently gives the following type of log entries 2017-06-30 03:57:07,944 INFO - HEAP - [USAGE: 1678.7, FREE:…
anjanb
  • 12,999
  • 18
  • 77
  • 106
0
votes
1 answer

How to Fix compressed class space?

We are using open jdk 8 with spring boot version 2.2.4.RELEASE and embedded tomcat version 9.0.16 in our web application and since last 3 months we are frequently facing compressed class space issue. Every time when OOM occurs we have to restart…
Manish Prajapati
  • 392
  • 2
  • 11
0
votes
0 answers

How to create .cab archive in php

i create 10 files xml with onclick button on my site and i want put all 10 files in archive .cab extension in php. I try to use a class MakeCAB found in https://www.phpclasses.org/package/4056-PHP-Create-CAB-archives-from-lists-of-files.html but…
Nesyou75
  • 1
  • 2