Increase default RAM allocation for BunkerWeb to 8192MB in script and JSON configuration (#4762)

This commit is contained in:
Théophile Diot 2025-05-27 16:09:55 +02:00 committed by GitHub
parent 93a179c201
commit 72c24d5147
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@
"script": "ct/bunkerweb.sh",
"resources": {
"cpu": 2,
"ram": 4096,
"ram": 8192,
"hdd": 4,
"os": "debian",
"version": "12"