Jump to content

Recommended Posts

Posted

I've recently switched to Technic Platform and can't seem to find any ways to add Java args to my client without modifying modpack. What I want to do is set min and max heap size to 4 GB (config in launcher only changes maximal, not what I want). Just two simple args: -Xms4G and -Xmx4G. If I just add them to version.json, it will get overwritten by launcher on modpack verification. What should I do?

  • Discord Moderator
Posted

Changing the config settings value in the launcher defines the -Xmx parameter. Why would you care about -Xms as it really doesn't matter? You really don't want to go hard-coding system Java parameters. Just use the Launcher settings.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...