- cross-posted to:
- programmerhumor@lemmy.ml
- cross-posted to:
- programmerhumor@lemmy.ml
A screenshot from youtube, Virbox
You must log in or register to comment.
Eh… ship it. RAM is cheap.
“Uh, Boss, our customers are sending us the invoices for their RAM purchases.”
OMG I SHOULD HAVE DONE THAT TO JETBRAINS AND MICROSOFT FOR TEAMS
Also electron. Because somehow a full blown separate FF instance is more ram efficient than electron.
Well, Electron uses Chrome, so yes
That’s why I preallocate the max memory I will need just like I was taught to do in Fortran. You can’t leak what you don’t have.
Heap allocation failure > gradual memory leak
Checkmate atheists.
~I’m sorry~
rip random amiga machine
The line causing the memory leaks is actually the lack of a line:
free()
.