Besides, it may sound counterintuitive, but unlike, say, disk space, ram is meant to be used as much as possible
You don’t get an advantage clearing ram to have “available memory”, more likely you lose efficiency flushing ram unnecessarily
So programs (not just browsers) cache their procedses to ram since they can retrieve it much more efficiently than reloading from disk. And system will flush unused cache when other processes need it
Finally, that ram usage is not webpages being cached but memory used by the browser to work (rendering, analyzing, moving stuff around, code, etc)
Latest Answers