Total heap size should be bigger than max metaspace size which is part of the heap.Sandra Thieme authored and vlsi committed Jan 9, 2023 1 parent 62230c0 commit 33a6d68 Showing 1 changed file with 1 addition and 1 deletion. Whitespace Ignore whitespace Split Unified 2 changes: 1 additi...
This PR adds an environemntal var to the production Docker image to increase the available memory for the heap. I investigated the possiblity of a memory leak but was unable to find anything significant. It's possible the default heap size allocation is insufficient. There is also an issue ...
for load testing, use cli mode (was non gui): jmeter -n -t [jmx file] -l [results file] -e -o [path to web report folder] & increase java heap to meet your test requirements: modify current env variable heap="-xms1g -xmx1g -xx:maxmetaspacesize=256m" in the jmeter batch file...