You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KSM page-merging is now a first-class config field instead of an inherited env:
BoxConfig.ksm → InstanceSpec.ksm → the controller sets A3S_BOX_KSM=1 on the shim
(which does the prctl opt-in). `pool start --ksm` enables it for pooled
same-image VMs — the highest-value case (measured 3.2× dedup). The A3S_BOX_KSM
env still works as an override.
Co-authored-by: Roy Lin <roylin@a3s.box>
0 commit comments