You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to use env.jvm_args with custom JVM args such as -Xmx3Gwithout needing to set a JVM executable path in the first argument? I need to change ram allocation, but would rather avoid writing unnecessary JVM handling code when portablemc already has it.
The text was updated successfully, but these errors were encountered:
The JVM exec path is always the first in jvm_args, so you just have to ignore it and modify subsequent arguments. What is your code leading to the creation of env?
Would it be possible to use
env.jvm_args
with custom JVM args such as-Xmx3G
without needing to set a JVM executable path in the first argument? I need to change ram allocation, but would rather avoid writing unnecessary JVM handling code when portablemc already has it.The text was updated successfully, but these errors were encountered: