| ▲ | justinsaccount 3 hours ago | |
One interesting thing with zram (which OS X also does by default) is that certain memory leaks... effectively don't. I have a little raspberry pi where I have zram enabled. If I make a string in python and keep appending 'a's to it, eventually zram just soaks it up:
2.3GB of 'a's that gets compressed down to 20MB. | ||