first commit
This commit is contained in:
11
velocity-image/pm2/startServer.json
Normal file
11
velocity-image/pm2/startServer.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"apps": [
|
||||
{
|
||||
"name": "MineCraft Server Proxy",
|
||||
"cwd": "/home/mc/minecraft",
|
||||
"script": "java -Xms1G -Xmx1G -XX:+UseG1GC -XX:G1HeapRegionSize=4M -XX:+UnlockExperimentalVMOptions -XX:+ParallelRefProcEnabled -XX:+AlwaysPreTouch -jar server.jar",
|
||||
"args": "",
|
||||
"max_restarts": 5
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user