Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2024
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. {
  2. "egg": 1,
  3. "docker_image": "ghcr.io/software-noob/pterodactyl-images:java_17_openj9",
  4. "startup": "java -Xms128M -XX:MaxRAMPercentage=95.0 -Dterminal.jline=false -Dterminal.ansi=true -jar {{SERVER_JARFILE}}",
  5. "ram": 512,
  6. "cpu": 50,
  7. "node": "DE-1",
  8. "disk": 2048,
  9. "deploy": {
  10. "locations": [1],
  11. "dedicated_ip": false,
  12. "port_range": {
  13. "minimum": "25617",
  14. "maximum": "25617"
  15. }
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement