Palmr: fix release version parsing (#6800)

- increase RAM resources
This commit is contained in:
Chris 2025-08-13 10:57:48 -04:00 committed by GitHub
parent 8d73af0106
commit 7540314f53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 6 deletions

View file

@ -20,7 +20,7 @@
"script": "ct/palmr.sh",
"resources": {
"cpu": 4,
"ram": 4096,
"ram": 6144,
"hdd": 6,
"os": "Debian",
"version": "12"
@ -32,6 +32,10 @@
"password": null
},
"notes": [
{
"text": "This LXC is very memory-hungry when updating; it requires at least 6GB RAM, but RAM may be reduced to as low as 2GB when running normally",
"type": "warning"
},
{
"text": "To use a bind mount for storage, create symlinks to your mount for both `uploads` and `temp-uploads` in `/opt/palmr_data`",
"type": "info"