cm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agoHow Docker was bornlemmy.mlimagemessage-square30fedilinkarrow-up1685arrow-down110
arrow-up1675arrow-down1imageHow Docker was bornlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agomessage-square30fedilink
minus-squarecamr_on@lemmy.worldlinkfedilinkarrow-up39·1 month 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·1 month 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·1 month 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 autoreadkinda sucks and shouldn’t be used.Got a love ‘watch tail’