We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac805a4 commit d1da61dCopy full SHA for d1da61d
1 file changed
scripts/start-finalExec
@@ -166,7 +166,7 @@ if isTrue "${USE_MEOWICE_FLAGS}"; then
166
fi
167
168
169
-if isTrue "${USE_AIKAR_FLAGS}"; then
+if isTrue "${USE_AIKAR_FLAGS}" || isTrue "${USE_MEOWICE_FLAGS}"; then
170
# From https://mcflags.emc.gs/
171
if isTrue "${USE_MEOWICE_FLAGS}"; then
172
log "Using MeowIce's flags"
@@ -216,9 +216,13 @@ if isTrue "${USE_AIKAR_FLAGS}"; then
216
-XX:SurvivorRatio=32
217
-XX:+PerfDisableSharedMem
218
-XX:MaxTenuringThreshold=1
219
- -Dusing.aikars.flags=https://mcflags.emc.gs
220
- -Daikars.new.flags=true
221
"
+ if isTrue "${USE_AIKAR_FLAGS}"; then
+ JVM_XX_OPTS="${JVM_XX_OPTS}
222
+ -Dusing.aikars.flags=https://mcflags.emc.gs
223
+ -Daikars.new.flags=true
224
+ "
225
+ fi
226
227
228
0 commit comments