12 lines
680 B
Markdown
12 lines
680 B
Markdown
|
## Core Java Performance
|
||
|
|
||
|
This module contains articles about performance of Java applications
|
||
|
|
||
|
### Relevant Articles:
|
||
|
- [Verbose Garbage Collection in Java](https://www.baeldung.com/java-verbose-gc)
|
||
|
- [Different Ways to Capture Java Heap Dumps](https://www.baeldung.com/java-heap-dump-capture)
|
||
|
- [Understanding Memory Leaks in Java](https://www.baeldung.com/java-memory-leaks)
|
||
|
- [OutOfMemoryError: GC Overhead Limit Exceeded](http://www.baeldung.com/java-gc-overhead-limit-exceeded)
|
||
|
- [Basic Introduction to JMX](http://www.baeldung.com/java-management-extensions)
|
||
|
- [Monitoring Java Applications with Flight Recorder](https://www.baeldung.com/java-flight-recorder-monitoring)
|