flamingos-cant (hopepunk arc)@feddit.uk to linuxmemes@lemmy.worldEnglish · 1 month agoMozilla did something good!files.catbox.moeimagemessage-square144linkfedilinkarrow-up11.12K
arrow-up11.12KimageMozilla did something good!files.catbox.moeflamingos-cant (hopepunk arc)@feddit.uk to linuxmemes@lemmy.worldEnglish · 1 month agomessage-square144linkfedilink
minus-squarehenfredemars@infosec.publinkfedilinkEnglisharrow-up34·1 month agoHow was memory use actually reduced? I read several articles on this, but I didn’t see anyone talking about how they achieved this.
minus-squareLeFantome@programming.devlinkfedilinkarrow-up11·1 month agoFork server - eliminates the need to restart and reduces memory per new process https://bugzilla.mozilla.org/show_bug.cgi?id=1609882
minus-squarewheezy@lemmy.mllinkfedilinkarrow-up1·1 month agoMaybe a missed free() they’re too embarrassed to document.
How was memory use actually reduced? I read several articles on this, but I didn’t see anyone talking about how they achieved this.
Fork server - eliminates the need to restart and reduces memory per new process
https://bugzilla.mozilla.org/show_bug.cgi?id=1609882
Awesome! Thanks.
Maybe a missed free() they’re too embarrassed to document.