Increase RAM for LXC (#9460)

This commit is contained in:
Slaviša Arežina
2025-11-26 13:49:07 +01:00
committed by GitHub
parent 7184755a0f
commit 7d435a1a5e
2 changed files with 6 additions and 2 deletions

View File

@ -20,7 +20,7 @@
"script": "ct/joplin-server.sh",
"resources": {
"cpu": 2,
"ram": 4096,
"ram": 6144,
"hdd": 20,
"os": "Debian",
"version": "13"
@ -35,6 +35,10 @@
{
"text": "Application can take some time to build, depending on your host speed. Please be patient.",
"type": "info"
},
{
"text": "Default RAM size for LXC is set to 6GB because of Node.js building process. You can lower it after application installs",
"type": "info"
}
]
}