Skip to content

Conversation

@TimInTech
Copy link
Owner

Prevents undersized JVM on low-RAM hosts; keeps cap at ≤16G.

Copilot AI review requested due to automatic review settings November 8, 2025 15:58
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR attempts to update memory configuration thresholds and fix a URL format in the README, but introduces critical syntax errors that will prevent the scripts from executing.

  • Updates minimum memory allocations for Minecraft server (Xms from 256M to 1024M, Xmx from 448M to 2048M)
  • Changes GitHub issues URL format from git@ to https:// format
  • Contains severe bash syntax errors that prevent script execution

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.

File Description
setup_minecraft_lxc.sh Attempts to update memory floor values but introduces bash syntax errors on lines 30 and 33
setup_minecraft.sh Attempts to update memory floor values but introduces identical bash syntax errors on lines 30 and 33
README.md Updates GitHub issues URL from git@ format to https:// format

@TimInTech
Copy link
Owner Author

@copilot open a new pull request to apply changes based on the comments in this thread

1 similar comment
@TimInTech
Copy link
Owner Author

@copilot open a new pull request to apply changes based on the comments in this thread

Copy link
Contributor

Copilot AI commented Nov 8, 2025

@TimInTech I've opened a new pull request, #58, to work on those changes. Once the pull request is ready, I'll request review from you.

Copy link
Contributor

Copilot AI commented Nov 8, 2025

@TimInTech I've opened a new pull request, #59, to work on those changes. Once the pull request is ready, I'll request review from you.

Copilot AI and others added 3 commits November 8, 2025 17:21
* Initial plan

* fix(setup): correct bash syntax for JVM memory floor checks

Co-authored-by: TimInTech <129355283+TimInTech@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: TimInTech <129355283+TimInTech@users.noreply.github.com>
* Initial plan

* fix: correct bash syntax errors in memory floor assignments

Co-authored-by: TimInTech <129355283+TimInTech@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: TimInTech <129355283+TimInTech@users.noreply.github.com>
@TimInTech TimInTech merged commit 3f8debf into main Nov 12, 2025
2 checks passed
TimInTech added a commit that referenced this pull request Nov 12, 2025
@TimInTech TimInTech deleted the feat/java-mem-floors branch November 12, 2025 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants