reduce default ram
This commit is contained in:
parent
1072853aaf
commit
e3ab5930b5
|
@ -2,7 +2,7 @@ class Manifest {
|
||||||
static useLib = ["fs", "auth", "mcl"]
|
static useLib = ["fs", "auth", "mcl"]
|
||||||
|
|
||||||
static id = "comtymc"
|
static id = "comtymc"
|
||||||
static version = "0.1.1"
|
static version = "0.1.2"
|
||||||
static pkg_name = "Comty MC"
|
static pkg_name = "Comty MC"
|
||||||
static description = "A Minecraft modpack"
|
static description = "A Minecraft modpack"
|
||||||
static icon = "https://git.ragestudio.net/srgooglo/comtymc/raw/branch/master/icon.jpg"
|
static icon = "https://git.ragestudio.net/srgooglo/comtymc/raw/branch/master/icon.jpg"
|
||||||
|
@ -28,7 +28,7 @@ class Manifest {
|
||||||
configuration = {
|
configuration = {
|
||||||
memory: {
|
memory: {
|
||||||
min: 2048,
|
min: 2048,
|
||||||
default: 4096,
|
default: 2048,
|
||||||
label: "Assigned Memory",
|
label: "Assigned Memory",
|
||||||
type: "number",
|
type: "number",
|
||||||
icon: "MdMemory",
|
icon: "MdMemory",
|
||||||
|
|
Loading…
Reference in New Issue