File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ if isTrue "${USE_MEOWICE_FLAGS}"; then
166166 fi
167167fi
168168
169- if isTrue " ${USE_AIKAR_FLAGS} " ; then
169+ if isTrue " ${USE_AIKAR_FLAGS} " || isTrue " ${USE_MEOWICE_FLAGS} " ; then
170170 # From https://mcflags.emc.gs/
171171 if isTrue " ${USE_MEOWICE_FLAGS} " ; then
172172 log " Using MeowIce's flags"
@@ -216,9 +216,13 @@ if isTrue "${USE_AIKAR_FLAGS}"; then
216216 -XX:SurvivorRatio=32
217217 -XX:+PerfDisableSharedMem
218218 -XX:MaxTenuringThreshold=1
219- -Dusing.aikars.flags=https://mcflags.emc.gs
220- -Daikars.new.flags=true
221219 "
220+ if isTrue " ${USE_AIKAR_FLAGS} " ; then
221+ JVM_XX_OPTS=" ${JVM_XX_OPTS}
222+ -Dusing.aikars.flags=https://mcflags.emc.gs
223+ -Daikars.new.flags=true
224+ "
225+ fi
222226fi
223227
224228if isTrue " ${USE_MEOWICE_FLAGS} " ; then
You can’t perform that action at this time.
0 commit comments