We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a291e2 commit edf9a77Copy full SHA for edf9a77
localdev.sh
@@ -24,6 +24,7 @@ echo '▶️ Starting the localdev PaperMC server...'
24
# - `nproc` (processes): 4096 — a safe and generous limit for JVM workloads.
25
# - `core`: 0 — disables core dumps to preserve disk space and avoid leaking sensitive information.
26
docker run --rm -it \
27
+ --name localdev-papermc-server \
28
--cap-drop all \
29
--security-opt no-new-privileges \
30
--ulimit nofile=16384 \
0 commit comments