Optimized swapfile config

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-15 14:54:55 +02:00
parent c99def5724
commit 253b088cdb
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
3 changed files with 4 additions and 2 deletions

View File

@ -0,0 +1 @@
swapfile_size: 4GB

View File

@ -1 +1,2 @@
application_id: svc-opt-swapfile
application_id: "svc-opt-swapfile"
swapfile_size: "{{ applications | get_app_conf(application_id, 'swapfile_size') }}"