Merge pull request #1615 from LennyMcLennington/relax-minimum-memory

don't set arbitrary minimum for jvm memory
This commit is contained in:
Lenny McLennington 2023-11-15 18:00:50 +00:00 committed by GitHub
commit f89a87e28a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@
<string notr="true"> MiB</string>
</property>
<property name="minimum">
<number>128</number>
<number>1</number>
</property>
<property name="maximum">
<number>65536</number>

View File

@ -151,7 +151,7 @@
<string notr="true"> MiB</string>
</property>
<property name="minimum">
<number>128</number>
<number>1</number>
</property>
<property name="maximum">
<number>65536</number>