Click here to Skip to main content
15,891,657 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: 8GB no longer enough Pin
kalberts27-Aug-19 5:07
kalberts27-Aug-19 5:07 
GeneralRe: 8GB no longer enough Pin
kalberts28-Aug-19 10:04
kalberts28-Aug-19 10:04 
GeneralRe: 8GB no longer enough Pin
#realJSOP26-Aug-19 0:42
mve#realJSOP26-Aug-19 0:42 
GeneralRe: 8GB no longer enough Pin
raddevus26-Aug-19 1:54
mvaraddevus26-Aug-19 1:54 
GeneralRe: 8GB no longer enough Pin
#realJSOP26-Aug-19 2:30
mve#realJSOP26-Aug-19 2:30 
GeneralRe: 8GB no longer enough Pin
Dan Neely26-Aug-19 3:47
Dan Neely26-Aug-19 3:47 
GeneralRe: 8GB no longer enough Pin
AnotherKen26-Aug-19 6:01
professionalAnotherKen26-Aug-19 6:01 
GeneralRe: 8GB no longer enough Pin
Reelix26-Aug-19 7:38
Reelix26-Aug-19 7:38 
Fun fact of the day!

Each process on your PC has something called "Modified Page List Bytes" which is additional RAM that a process is using that is hidden from Task Manager.

This amount happily sits at around 8GB on my 32GB Desktop Machine. This amount cannot be picked up by Task Manager, and requires specialized RAM-based process monitors to detect (RAMMap, in-depth investigation into Windows Performance Counters, etc).

Whilst using such methods can tell you the total amount of invisible RAM being used, there is no way to tell what is using it, if something is leaking it, or even how to easily free it up (Although closing a process will free up its associated modified bytes)

Task Manager can show you at 30% total Memory usage when in reality you could be sitting at 90%+ and start tossing "Out Of Memory" exceptions any moment now. Disable your Pagefile to drastically speed up this process to experience this first hand Smile | :)

Have fun :p
-= Reelix =-


modified 26-Aug-19 13:46pm.

GeneralRe: 8GB no longer enough Pin
raddevus26-Aug-19 7:47
mvaraddevus26-Aug-19 7:47 
GeneralRe: 8GB no longer enough Pin
Member 289602026-Aug-19 10:12
Member 289602026-Aug-19 10:12 
GeneralRe: 8GB no longer enough Pin
raddevus26-Aug-19 10:35
mvaraddevus26-Aug-19 10:35 
GeneralRe: 8GB no longer enough Pin
Daniel Wilianto26-Aug-19 16:22
Daniel Wilianto26-Aug-19 16:22 
GeneralRe: 8GB no longer enough Pin
Member 1391078329-Aug-19 9:21
Member 1391078329-Aug-19 9:21 
GeneralWin10 Popup seems so fake! Pin
raddevus25-Aug-19 10:51
mvaraddevus25-Aug-19 10:51 
GeneralRe: Win10 Popup seems so fake! Pin
OriginalGriff25-Aug-19 11:05
mveOriginalGriff25-Aug-19 11:05 
GeneralRe: Win10 Popup seems so fake! Pin
raddevus25-Aug-19 11:18
mvaraddevus25-Aug-19 11:18 
GeneralRe: Win10 Popup seems so fake! Pin
Randor 25-Aug-19 11:59
professional Randor 25-Aug-19 11:59 
GeneralRe: Win10 Popup seems so fake! Pin
raddevus25-Aug-19 13:07
mvaraddevus25-Aug-19 13:07 
GeneralRe: Win10 Popup seems so fake! Pin
ZurdoDev26-Aug-19 1:03
professionalZurdoDev26-Aug-19 1:03 
GeneralRe: Win10 Popup seems so fake! Pin
LanceMcCarthy26-Aug-19 2:21
LanceMcCarthy26-Aug-19 2:21 
GeneralRe: Win10 Popup seems so fake! Pin
Mark_Wallace26-Aug-19 2:44
Mark_Wallace26-Aug-19 2:44 
PraiseRe: Win10 Popup seems so fake! Pin
Richard Deeming27-Aug-19 3:59
mveRichard Deeming27-Aug-19 3:59 
GeneralRe: Win10 Popup seems so fake! Pin
raddevus27-Aug-19 5:31
mvaraddevus27-Aug-19 5:31 
Generalso awhile back i made a command line tool to run a google search Pin
honey the codewitch25-Aug-19 5:02
mvahoney the codewitch25-Aug-19 5:02 
GeneralRe: so awhile back i made a command line tool to run a google search Pin
OriginalGriff25-Aug-19 5:25
mveOriginalGriff25-Aug-19 5:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.