Skip to content

Commit 2b04e41

Browse files
committed
fix(lint): Resolve YAML formatting errors in capability registry
1 parent 027a383 commit 2b04e41

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

QuanuX-Clustering/manifests/capability_registry.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ capabilities:
33
isolcpus:
44
description: "Linux kernel boot parameter isolating specific cores from the OS scheduler."
55
wiring_hook: "numactl --physcpubind={isolated_cores} --localalloc"
6-
6+
77
hugepages_2M:
88
description: "2MB memory pages allocated via sysctl for CNATS ring buffers."
99
wiring_hook: "env HUGETLB_MORECORE=yes"
@@ -12,19 +12,19 @@ capabilities:
1212
ef_vi:
1313
description: "Solarflare raw hardware API driver loaded in the kernel."
1414
wiring_hook: "env EF_VI_USE_HUGEPAGES=1"
15-
15+
1616
onload:
1717
description: "Solarflare OpenOnload user-space TCP bypass."
1818
wiring_hook: "onload --profile=latency"
1919

2020
tcp_nodelay:
2121
description: "Standard kernel networking with TCP_NODELAY and SO_BUSY_POLL tuned."
22-
wiring_hook: "" # Native socket tuning handled in application code
22+
wiring_hook: "" # Native socket tuning handled in application code
2323

2424
# --- RUNTIME WIRING ---
2525
cnats_core_1:
2626
description: "C NATS daemon running with I/O threads pinned to Core 1."
27-
wiring_hook: "" # Pre-configured by Native Envoy
27+
wiring_hook: "" # Pre-configured by Native Envoy
2828

2929
python_3_10:
3030
description: "Anaconda Python 3.10 environment available."

0 commit comments

Comments
 (0)