fix(invidious): bump RAM to 4GB / disk to 8GB (Crystal compile needs >=2.5GB free)

This commit is contained in:
CanbiZ (MickLesk)
2026-04-30 14:57:00 +02:00
parent c7bc06aaa5
commit 8058b92558
2 changed files with 4 additions and 4 deletions

View File

@@ -20,8 +20,8 @@
"config_path": "/opt/invidious/config",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 4,
"ram": 4096,
"hdd": 8,
"os": "Debian",
"version": "13"
}