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
I left an omphalos-notcurses process live on qemfd.net for most of the day. At this point, it is still responsive and functional (yay!), but it is also eating a full CPU. strace reveals that it's simply polling for and receiving packets, and then redrawing the screen, but it loks like we're doing a redraw every packet(!). That's of course going to effectively force omphalos to constantly work, since every time it updates the screen, it generates an ssh packet which causes it to update the screen.
Update less frequently, holmes.
The text was updated successfully, but these errors were encountered:
I left an
omphalos-notcurses
process live on qemfd.net for most of the day. At this point, it is still responsive and functional (yay!), but it is also eating a full CPU.strace
reveals that it's simply polling for and receiving packets, and then redrawing the screen, but it loks like we're doing a redraw every packet(!). That's of course going to effectively force omphalos to constantly work, since every time it updates the screen, it generates an ssh packet which causes it to update the screen.Update less frequently, holmes.
The text was updated successfully, but these errors were encountered: