[PR #16] [CLOSED] Update JVM_ARGS for whats best in Java 25 #45

Closed
opened 2026-02-05 16:40:31 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NATroutter/egg-hytale/pull/16
Author: @Stereo528
Created: 1/14/2026
Status: Closed

Base: mainHead: main


📝 Commits (5)

  • f90fa56 Reduce and Update java args to reflect what is best used for Java 25
  • 8007df1 Revert "Reduce and Update java args to reflect what is best used for Java 25"
  • 64e1517 Reduce and Update JVM_ARGS for whats best in Java 25
  • a159984 Uncommit isn't needed since Xms is set in start.sh, add AlwaysPreTouch
  • a004951 Remove -Xms from start.sh to prevent RAM Starvation/OOM using ZGC

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 egg-hytale.pterodactyl.json (+2 -2)
📝 start.sh (+1 -1)

📄 Description

I noticed that there's a lot of unneeded G1GC arguments, and since Hytale uses Java 25 I figured I would update the JVM args to reflect that!

Also fixes #14 technically. (since I noticed that before making my PR).


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NATroutter/egg-hytale/pull/16 **Author:** [@Stereo528](https://github.com/Stereo528) **Created:** 1/14/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (5) - [`f90fa56`](https://github.com/NATroutter/egg-hytale/commit/f90fa56693aa2464949bc593ff4feb1423e67a91) Reduce and Update java args to reflect what is best used for Java 25 - [`8007df1`](https://github.com/NATroutter/egg-hytale/commit/8007df1656136efeebc0fbf32f08d85671f9ae8b) Revert "Reduce and Update java args to reflect what is best used for Java 25" - [`64e1517`](https://github.com/NATroutter/egg-hytale/commit/64e151753bce9ddab735b7904f8b4c450c80082e) Reduce and Update JVM_ARGS for whats best in Java 25 - [`a159984`](https://github.com/NATroutter/egg-hytale/commit/a1599846369a97521c9790ced74f27eec3357bb4) Uncommit isn't needed since Xms is set in start.sh, add AlwaysPreTouch - [`a004951`](https://github.com/NATroutter/egg-hytale/commit/a004951ee1d6185f033a94a35e0220a8cd41a5b5) Remove -Xms from start.sh to prevent RAM Starvation/OOM using ZGC ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `egg-hytale.pterodactyl.json` (+2 -2) 📝 `start.sh` (+1 -1) </details> ### 📄 Description I noticed that there's a lot of unneeded G1GC arguments, and since Hytale uses Java 25 I figured I would update the JVM args to reflect that! Also fixes #14 technically. (since I noticed that before making my PR). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 16:40:31 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/egg-hytale#45