fv-ml1: the playbook + homepage body edits the rename commit missed
A zsh glob failure in the staging step of91bda3cmeant the five renamed playbooks went in as pure renames with their bodies still saying ana-ml2 and 10.250.50.54, and the homepage docker.yaml direct-connection edit from17586abdid not stage either. Same content, just the half that got dropped.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Make vm.overcommit_memory=1 durable on ana-ml2 (GPU inference host).
|
||||
# Make vm.overcommit_memory=1 durable on fv-ml1 (GPU inference host).
|
||||
#
|
||||
# Why: ana-ml2 runs vm.overcommit_memory=0 (heuristic) with zero swap, so the
|
||||
# Why: fv-ml1 runs vm.overcommit_memory=0 (heuristic) with zero swap, so the
|
||||
# CommitLimit is ~RAM/2 (~283 GB of 566 GB). The resident vLLM services already
|
||||
# commit ~224 GB of address space, leaving < 60 GB of headroom. A large model-file
|
||||
# mmap (e.g. the 50 GB NVFP4 shard during HF->native conversion, or a vLLM model
|
||||
@@ -12,7 +12,7 @@
|
||||
# accounting is the only thing in the way. Operator-directed permanent + durable
|
||||
# (2026-06-17). A drop-in under /etc/sysctl.d/ applies at every boot.
|
||||
#
|
||||
# Run: scripts/elway infra-ops@ana-ml2 --playbook playbooks/ana-ml2-overcommit-memory.yaml
|
||||
# Run: scripts/elway infra-ops@fv-ml1 --playbook playbooks/fv-ml1-overcommit-memory.yaml
|
||||
# Rerunnable: a second run shows the write step `skipped` (idempotent via when:).
|
||||
|
||||
vars:
|
||||
|
||||
Reference in New Issue
Block a user