home.server more ram

This commit is contained in:
mwiegand 2022-06-28 13:12:40 +02:00
parent 57079a0cbe
commit c37be21034

View file

@ -83,6 +83,7 @@
'nextcloud': { 'nextcloud': {
'hostname': 'cloud.sublimity.de', 'hostname': 'cloud.sublimity.de',
'version': '24.0.2', 'version': '24.0.2',
'instance_id': 'oci6dw1woodz',
}, },
'nextcloud-picsort': { 'nextcloud-picsort': {
'ckn': { 'ckn': {
@ -120,7 +121,8 @@
}, },
'vm': { 'vm': {
'cores': 16, 'cores': 16,
'ram': 32384, 'threads': 32,
'ram': 49152,
}, },
'wireguard': { 'wireguard': {
'my_ip': '172.30.0.2/32', 'my_ip': '172.30.0.2/32',
@ -135,7 +137,7 @@
}, },
}, },
'zfs': { 'zfs': {
'zfs_arc_max_percent': 75, 'zfs_arc_max_percent': 80,
'storage_classes': { 'storage_classes': {
'ssd': 'ssd', 'ssd': 'ssd',
}, },