fix: Min and max heap sizes now preferably taken from VM args #192
Annotations
1 error
You have commit messages with errors
⧗ input: fix: Min and max heap sizes now preferably taken from VM args
We now first check if the VM arguments contains `-Xmn` and `-Xmx`
options and use them if they are present. If they are not present, we
fall back to using `getInit()` and `getMax()` from the `MemoryMXBean`.
Fixes MWTELE-263
✖ subject must not be sentence-case, start-case, pascal-case, upper-case [subject-case]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
This job failed
Loading