I notice by just surfing the web ram starts to drop slowly. I use memory clean to clean memory up. My question is if this is normal? its starting to bug me I only have 4gb of ram and if I install 16gb will it drop as well by just Web surfing?
I notice by just surfing the web ram starts to drop slowly. I use memory clean to clean memory up. My question is if this is normal? its starting to bug me I only have 4gb of ram and if I install 16gb will it drop as well by just Web surfing?
Ok will do gonna grab 16gb instead but will it drop like the 4gb just by browsing the web?
I am running mountain lion here is what happens to your ram if you have 16gb
That's for your use case, which doesn't really apply to others since we all run different apps, etc.
Here's mine with 16GB on Mavericks, notice how app memory alone is > 8GB.
Image
Memory Pressure should be taken like the oil pressure in a car. You know if it is up there it is going to blow something in the engine. My analogy is that if your memory pressure is high, then your machine will slow down and you will start using the HD as RAM.
PGIN=`vm_stat -c 1 1 | tail -1 | awk '{print $19" * 4096 / 1024^2"}' | bc`;PGOUT=`vm_stat -c 1 1 | tail -1 | awk '{print $20" * 4096 / 1024^2"}' | bc`;echo "Page-in (MB): $PGIN";echo "Page-out (MB): $PGOUT"
That's for your use case, which doesn't really apply to others since we all run different apps, etc.
Here's mine with 16GB on Mavericks, notice how app memory alone is > 8GB.
Image