Is this normal?

Solution
yep normal, the standby stuff is things that have been loaded to memory in case they might be needed, if you go and load something into memory that it hasn't guessed at then it'll overwrite some standby, which will cost no additional time. Your real 'free' memory, i.e. memory available for your next purpose is standby + free.
yep normal, the standby stuff is things that have been loaded to memory in case they might be needed, if you go and load something into memory that it hasn't guessed at then it'll overwrite some standby, which will cost no additional time. Your real 'free' memory, i.e. memory available for your next purpose is standby + free.
 
Solution

Barty1884

Retired Moderator
4GB in use between OS, some programs (CCCleaner etc are all showing there in reserve) and Chrome with more than a couple of tabs open doesnt seem overly unreasonable.

Your screenshot doesn't actually show Chrome's usage specifically -which would be good to see.

Disable anything unnecessary from the startup tab too.
 

Codelyoko373

Distinguished
Oct 28, 2013
255
0
18,790


That makes a lot of sense XD, thank you. I only started worrying cause I got a random out of memory error message earlier :/ because of Chrome apparently (I had two windows of Chrome open with multiple tabs in both)

This was the error in the event log: http://prntscr.com/fgbao6
 

Codelyoko373

Distinguished
Oct 28, 2013
255
0
18,790


Here is the processes tab with Chrome's usage: http://prntscr.com/fgbb1r
 


how big is your pagefile?
 

Codelyoko373

Distinguished
Oct 28, 2013
255
0
18,790


Pagefile?
 
OK if you've not touched it, it probably on auto.

Start menu > advanced (view advanced system settings) > advanced > performance > advanced > virtual memory. And see what it's set up as, increase it if it is static. However your screen shot indicated some massive numbers, so it might have been a glitch.

My resource monitor shows: 5649 in use, 9682 standby, 921 free with just chrome and some residual stuff open from working all day.
 

Codelyoko373

Distinguished
Oct 28, 2013
255
0
18,790


It seems I have messed with it before though I don't remember when, this is the pagefile: http://prntscr.com/fgbe26
 

Codelyoko373

Distinguished
Oct 28, 2013
255
0
18,790


So you want me to lower the Initial and Maximum Size?
 


It had to write a large file, very large. That should stop the memory issues.
 

Codelyoko373

Distinguished
Oct 28, 2013
255
0
18,790


Is it going to cause other problems though? I doubt it will but just asking
 


No, only problems if reduced too small or switched off.
 

Codelyoko373

Distinguished
Oct 28, 2013
255
0
18,790


Thank you very much :). I'm just wondering though, does Chrome automatically use virtual memory or something because surely it would of used my RAM instead?