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
fix(deploy): genie-drop-caches.sh self-elevates via sudo tee
The script required running the whole thing as root and wrote the root-owned
proc files with a plain redirect. Drop the root requirement and write through
`sudo sync` + `echo N | sudo tee /proc/sys/vm/{drop_caches,compact_memory}` so
it can be invoked as a normal user without `sudo bash` — only the privileged
writes elevate.
0 commit comments