don't set arbitrary minimum for jvm memory

Signed-off-by: Lenny McLennington <lenny@sneed.church>
This commit is contained in:
Lenny McLennington 2023-11-11 22:43:32 +00:00
parent c4d68b7ccf
commit d380c07d62
2 changed files with 2 additions and 2 deletions

View File

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

View File

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