15 lines
367 B
YAML
15 lines
367 B
YAML
|
|
# Host-specific variables for CoulombCore (92.205.130.254)
|
||
|
|
# k3s single-node cluster host — HostEurope
|
||
|
|
|
||
|
|
# Swapfile (T01)
|
||
|
|
swap_size_gb: 4
|
||
|
|
swap_swappiness: 10
|
||
|
|
|
||
|
|
# Resource limits (T02) — prevents runaway agents (see INC-002)
|
||
|
|
resource_limit_user: tegwick
|
||
|
|
resource_limit_uid: 1000
|
||
|
|
nproc_soft: 512
|
||
|
|
nproc_hard: 1024
|
||
|
|
user_memory_max: "1500M"
|
||
|
|
user_memory_swap_max: "512M"
|