Skip to main content
2 votes
1 answer
444 views

What is the difference Between Linters, Sanitizers and Analyzers? And what are some examples of Linters, Sanitizers and Analyzers for Python? Also are they dependent on the IDE that you are using? I ...
Allie's user avatar
  • 354
0 votes
1 answer
184 views

I have a Java application (Kafka Streams app) where a few ConcurrentSkipListMap objects are maintained (in InMemoryWindowStore). The type of the key of the maps is org.apache.kafka.common.utils.Bytes ...
Kohei Nozaki's user avatar
  • 1,162
1 vote
1 answer
2k views

Eclipse memory analyser tool doesn't work on my mac m1 ventura with oracle java 8 installed. Getting the below error while opening the app. Jvm shared library "/Library/Java/JavaVirtualMachines/...
Suraj Chaudhary's user avatar
1 vote
1 answer
138 views

I'm getting used to using Eclipse Memory Analyzer for parsing java heap dump files. So basicly my command looks like: ParseHeapDump.sh /path/to/file.hprof "-command=oql <any oql query>"...
Iga21207's user avatar
0 votes
2 answers
301 views

Having some java applications, which are just compatible with JDK8, I set my environment variable %JAVA_HOME% to the JDK8 path. Furthermore I would like to analyze memory leaks using Eclipse Memory ...
Alex's user avatar
  • 633
1 vote
0 answers
522 views

I have an Spring boot application that is running in production, but we encountered some memory problems. I've got heapdump with the help of Spring Boot Admin, then I try to open this file with ...
Iman Ahrari's user avatar
2 votes
0 answers
186 views

There is a memory issue on our production environment. We're running under OpenJDK 14.0.1+7 with -XX:+HeapDumpOnOutOfMemoryError I've loaded created hprof file into Eclipse Memory Analyzer it shows ...
Artem Zyuzko's user avatar
2 votes
1 answer
6k views

Not quite sure if this is a Jackson question or a Springboot question, or Jetty: My microservice became unresponsive in production apparently due to excessive memory usage (telling from OS RSS stat) ...
Alex R's user avatar
  • 12.1k
1 vote
1 answer
5k views

I have this Spring boot microservice that I suspect has a memory issue but I am unable to trace the suspected class back to the service code. Here are some indicating pictures, Seems like a ...
Abdullah Jaffer's user avatar
0 votes
1 answer
5k views

I've heap dump file testdump.hprof. I parsed this file using below command. ./ParseHeapDump.sh /home/rajkumar/Documents/heap-dump-ads03/testdump.hprof The above command generated the below files. ...
user51's user avatar
  • 10.6k
2 votes
2 answers
1k views

I have running tomcat (9.0.39.0) server, started by user cpappt and running with pid: 1682650. The machine on which this server runs is not bare metal but a VMware machine and the JVM is from OpenJ9 &...
morecore's user avatar
  • 2,290
2 votes
1 answer
2k views

My Java program reads data from a stream and creates an in-memory cache of parts of it. At some point it throws an OutOfMemoryError, and I've caused it to create a heap dump at that time so that I can ...
fjalvingh's user avatar
  • 849
0 votes
1 answer
487 views

I have many unclosed connections between my tomcat server and the postgresql server. I'm using a hikari pool to manage the connections. I know that I can configure hikari to take care of orphaned ...
Hasan Tuncay's user avatar
  • 1,128
0 votes
1 answer
1k views

I have an elastic search object in which one field is an array type. now i want to apply a different analyser than standard default one. when i pass analyzer in index definition, it is throwing error. ...
Rajeev's user avatar
  • 5,074
2 votes
1 answer
2k views

I am trying to find a workaround for the JDK Nashorn bug JDK-8229011. I reproduced the error with the script linked in the bug ticket and took several heap dumps. I used JProfiler and Eclipse Memory ...
Lukas Stampf's user avatar

15 30 50 per page
1
2 3 4 5
10