This repository was archived by the owner on Sep 1, 2023. It is now read-only.
0.3.0
- Add support to absolute thresholds of memory utilisation. Now it is possible to have a heap dump triggered when the usage a memory pool is strictly smaller than, smaller then or equal to, exactly equal to, larger than or equal to and strictly larger to a predefined threshold. The configuration value
≶=200MBfor thejma.thresholds.heap, for example, will cause heap dumps to be triggered when the size of the heap grows larger than or equal to 200MB. Supported memory sizes areB(byte),KB(kilobyte),MB(megabyte) andGB(gigabyte). The numeric value is any valid double. - Added Gradle wrapper to repo.