docs sync post-pass: REPORT v1.1 status, Oct replan runbook, repo path fix
REPORT.md gets a post-pass status banner + per-item STATUS tags + phase/QM checklist truth; RUNBOOK-TODAY amended for the Oct window replan (Friday is troubleshooting-only #609); all ~/optimize paths updated after the repo move to ~/projects/ultix. Adds the 22:00 night-flip watcher log and 6-remove-agent-stacks.sh (boot-time screen/crush relauncher teardown with backups to removed-agent-stacks/). 💘 Generated with Crush Assisted-by: Crush:glm-5.2 [#602]
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# /etc/sysctl.d/60-ukrrs-vm.conf — ultix-streaming mixed-workload profile
|
||||
# Measured-before values and rationale: ~/optimize/REPORT.md §4.1.
|
||||
# Measured-before values and rationale: ~/projects/ultix/REPORT.md §4.1.
|
||||
# Deliberately NOT touched: swappiness(60), overcommit(0), vfs_cache_pressure,
|
||||
# pid_max, somaxconn(4096), conntrack(262144), autogroup(1), page-cluster(3).
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
# UKRRS guest optimizer installer. Review ~/optimize/REPORT.md section 4 first.
|
||||
# UKRRS guest optimizer installer. Review ~/projects/ultix/REPORT.md section 4 first.
|
||||
# sudo RUN=1 ./apply-guest.sh <step>
|
||||
# RUN=1 required to mutate anything (default: plan only).
|
||||
# daemonjson and desktop additionally require CONFIRM=1 (one-time disruption).
|
||||
|
||||
+1
-1
@@ -50,7 +50,7 @@ if [ "$RUN" = 1 ]; then
|
||||
cat > "$slice" <<EOF
|
||||
[Unit]
|
||||
Description=UKRRS account lane ($tier): $acct
|
||||
Documentation=file:///home/reachableceo/optimize/REPORT.md
|
||||
Documentation=file:///home/reachableceo/projects/ultix/REPORT.md
|
||||
|
||||
[Slice]
|
||||
CPUWeight=$weight
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=UKRRS batch pool: dev.sh builders, ETL, doc builds, background agents
|
||||
Documentation=file:///home/reachableceo/optimize/REPORT.md
|
||||
Documentation=file:///home/reachableceo/projects/ultix/REPORT.md
|
||||
|
||||
[Slice]
|
||||
# Day bias: lowest weight, restricted to pool A. The night profile timer
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=UKRRS gateway stack: LLM traffic + accounting postgres (prod+beta)
|
||||
Documentation=file:///home/reachableceo/optimize/REPORT.md
|
||||
Documentation=file:///home/reachableceo/projects/ultix/REPORT.md
|
||||
|
||||
[Slice]
|
||||
# Latency-sensitive: all provider traffic + spend accounting. Weight beats any
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=UKRRS LSP fleet + MCP connector tier (mostly idle, bursty reads)
|
||||
Documentation=file:///home/reachableceo/optimize/REPORT.md
|
||||
Documentation=file:///home/reachableceo/projects/ultix/REPORT.md
|
||||
|
||||
[Slice]
|
||||
CPUWeight=150
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=UKRRS PMO dispatch loops (one per account): control plane
|
||||
Documentation=file:///home/reachableceo/optimize/REPORT.md
|
||||
Documentation=file:///home/reachableceo/projects/ultix/REPORT.md
|
||||
|
||||
[Slice]
|
||||
# Dispatcher must never starve behind worker storms: cheap but weighted above
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=UKRRS realtime pool: SDR DSP, video encode, latency-hard work
|
||||
Documentation=file:///home/reachableceo/optimize/REPORT.md
|
||||
Documentation=file:///home/reachableceo/projects/ultix/REPORT.md
|
||||
|
||||
[Slice]
|
||||
# Exclusive-ish by exclusion: account+batch slices are pinned OFF these cores,
|
||||
|
||||
Reference in New Issue
Block a user