decreases minecraft memory limit moving to baremetal.

This commit is contained in:
Hyatt 2024-11-28 17:33:42 -06:00
parent d5329cca93
commit c0fbe4151a
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -31,7 +31,7 @@ pipeline {
workspace = pwd()
paperVersion = "1.21.1"
memoryMin = "1g"
memoryMax = "32g"
memoryMax = "16g"
dockerFile = """FROM registry.c.test-chamber-13.lan/library/alpine:latest as builder
ARG paperDownload