cm0002@lemmy.world to Programmer Humor@programming.dev · 5 days agoHow Docker was bornlemmy.mlimagemessage-square30linkfedilinkarrow-up1671arrow-down110
arrow-up1661arrow-down1imageHow Docker was bornlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 5 days agomessage-square30linkfedilink
minus-squarecamr_on@lemmy.worldlinkfedilinkarrow-up39·5 days agoOne of my friends had a production machine go down bc someone apparently left vim running on a log file all night. Took up over 300gb of ram by the morning. Apparently they got rid of session timeouts because devs were sick of having to log back in
minus-squareCanadaPlus@lemmy.sdf.orglinkfedilinkarrow-up12·5 days agoUsing memory limited users seems like it would be a good idea. Then again, that might be easier said than done on an existing system.
minus-squareexpr@programming.devlinkfedilinkarrow-up6·5 days agoYet another reason why :set autoread kinda sucks and shouldn’t be used.
One of my friends had a production machine go down bc someone apparently left vim running on a log file all night. Took up over 300gb of ram by the morning. Apparently they got rid of session timeouts because devs were sick of having to log back in
Using memory limited users seems like it would be a good idea. Then again, that might be easier said than done on an existing system.
Yet another reason why
:set autoread
kinda sucks and shouldn’t be used.Got a love ‘watch tail’