* align MinHeapSize to heap alignment to avoid issues with conflicting MinHeapSize and SoftMaxHeapSize

This commit is contained in:
Thomas Schatzl 2025-09-30 21:25:47 +02:00
parent 390e70ca71
commit edfcca13e9

View File

@ -51,7 +51,7 @@ import java.util.regex.Pattern;
public class TestSoftMaxHeapSize {
static final int M = 1024 * 1024;
static final int MinHeapSize = 100 * M;
static final int MinHeapSize = 128 * M;
static final int MaxHeapSize = 512 * M;
// Sets SoftMaxHeapSize using jcmd to the values passed in as arguments, executing