Jellyfin: ensure libjemalloc is used / increase hdd space (#8494)

* Jellyfin: ensure libjemalloc used

* Enhance Jellyfin update script with libjemalloc checks

Added checks for libjemalloc2 installation and symlink creation before updating Jellyfin.

* Change apt-get to apt for installing libjemalloc2

* Increase default disk size from 8GB to 16GB

* Increase HDD size for Jellyfin configuration

Updated HDD size from 8GB to 16GB in jellyfin.json.
This commit is contained in:
CanbiZ
2025-10-20 08:28:22 +02:00
committed by GitHub
parent b34a449d9f
commit 8ece0e3676
3 changed files with 27 additions and 15 deletions

View File

@ -21,7 +21,7 @@
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 8,
"hdd": 16,
"os": "ubuntu",
"version": "24.04"
}