Jakub Sokołowski 41025265e2
nimbus.prater: add 16 GB SWAP file, no SWAP partition
There were OOM killer logs on `linux-06` due to Erigon.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-07-12 09:38:19 +02:00

17 lines
474 B
YAML

---
# CtrlServ4ers has no dedicated Consul Cluster
bootstrap__consul_data_center: 'he-eu-hel1'
bootstrap__rsyslog_logstash_target_dc: '{{ bootstrap__consul_data_center }}'
# Volumes
bootstrap__extra_volume_bind_paths:
DATA_VOLUME1: ['/data']
DATA_VOLUME2: ['/docker']
# SWAP
swap_file_path: '/main.swap'
swap_file_size_mb: 16384
# SMART Metrics are broken
# https://github.com/prometheus-community/smartctl_exporter/issues/26
smart_metrics_consul_check_enabled: false