Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

0.3.0

Choose a tag to compare

@michele-mancioppi michele-mancioppi released this 22 Jun 16:53
  • 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 ≶=200MB for the jma.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 are B (byte), KB (kilobyte), MB (megabyte) and GB (gigabyte). The numeric value is any valid double.
  • Added Gradle wrapper to repo.