Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
Explain new RAM default
Browse files Browse the repository at this point in the history
  • Loading branch information
Phyremaster authored Jun 3, 2021
1 parent abc13e4 commit 6da68a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Environment variables are options that are specified in the format `-e <NAME>="<
- **Name:** `MC_RAM`
- Set this to the amount of RAM the server can use.
- Must be formatted as a number followed by `M` for "Megabytes" or `G` for "Gigabytes".
- If this is not set, it will use 1 Gigabyte of RAM default.
- If this is not set, Java allocates its own RAM based on total system/container RAM.
- `-e MC_RAM="<4G>"`
- Java options
- **Name:** `JAVA_OPTS`
Expand Down

0 comments on commit 6da68a9

Please sign in to comment.