rwMarkable: Increase RAM (#8482)

This commit is contained in:
Chris 2025-10-19 16:05:52 -04:00 committed by GitHub
parent 3743af8c78
commit 2d95a73923
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
APP="rwMarkable"
var_tags="${var_tags:-tasks;notes}"
var_cpu="${var_cpu:-2}"
var_ram="${var_ram:-2048}"
var_ram="${var_ram:-3072}"
var_disk="${var_disk:-6}"
var_os="${var_os:-debian}"
var_version="${var_version:-13}"

View File

@ -20,7 +20,7 @@
"script": "ct/rwmarkable.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"ram": 3072,
"hdd": 6,
"os": "debian",
"version": "13"