š¤ Appeal to the Browser Goddesses š¤
-
š¤ Appeal to the Browser Goddesses š¤
Can we please make it a thing where 32GB of RAM isn't an insufficient amount for day to day web browser usage? Getting an OOM core dump for that reason is inexcusable.
- Should the Zoom browser app really need 2GB on a single tab when it's already downscaling a 1080p feed to 320p on an enterprise account?
- Should Amazon's website really need 1GB per tab just to view the cart or a ~800Mb for a single simple product page?
- Please remind me how an MKdocs fully static page with a single 400k image and no datatables or fancy JS somehow require 242Mb?
- Or perhaps shed some light on the requirement where Google's main page with a single search form somehow needs ~500MbThere are no "good reasons" for these inefficiencies. We don't suddenly have better search fields or compressed jpegs now vs a decade ago with 1/10th of the system resources.
#developer #webdev #linux #browsers #chrome #firefox #ensh11n
-
Dr. Matt Lee šreplied to š eva š on last edited by
@winterschon Iām on my 8gb RAM Mac and would love to keep using it
-
@[email protected] those are shared memory numbers which means they include entire libraries in that count. libraries that are shared among running processes. look at resident memory usage for the numbers that matter.
better yet, look at paged memory. so long as it's zero, there is enough ram to go around.