Click here to Skip to main content
15,899,679 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
Member 916705725-Aug-19 22:14
Member 916705725-Aug-19 22:14 
GeneralRe: 8GB no longer enough Pin
phil.o25-Aug-19 22:23
professionalphil.o25-Aug-19 22:23 
GeneralRe: 8GB no longer enough Pin
Dan Neely26-Aug-19 3:44
Dan Neely26-Aug-19 3:44 
GeneralRe: 8GB no longer enough Pin
kalberts26-Aug-19 0:29
kalberts26-Aug-19 0:29 
GeneralRe: 8GB no longer enough Pin
raddevus26-Aug-19 1:53
mvaraddevus26-Aug-19 1:53 
GeneralRe: 8GB no longer enough Pin
Dan Neely26-Aug-19 3:51
Dan Neely26-Aug-19 3:51 
GeneralRe: 8GB no longer enough Pin
kalberts26-Aug-19 7:00
kalberts26-Aug-19 7:00 
GeneralRe: 8GB no longer enough Pin
objectvill27-Aug-19 1:54
objectvill27-Aug-19 1:54 
Member 7989122 wrote:
I can assure you: You are not referencing more than two million different memory pages (each 4 kibyte) all the time!


Yes, you are. That is the problem. Not exactly all time, but in a minute you may need to reference 30 millions of pages. The OS will have to swap pages a lot.

You have running Java virtual machine, .NET, ARM emulator, an editor with has in memory all the methods and variables and modules, so it can prompt you parameters or suggest properties. You have the debugger running. You have a browser, each page with its images, with page rendered in memory to display it fast, running the javascript machine, with the DOM of the page, plus plugins, etc etc.

Software is more bloated day by day, so every application/program/service pretends that you have 4Gb of RAM. You operating system is thus emulating a 200 Gb machine and it is continuously swapping pages.

Quote:
If you really are banging your head into the ceiling at 8 GByte, it sounds as if paging is turned off on your machine.


No, I'm sure he hasn't turned off paging. No modern software can run without paging. I don't think that a standard windows 10 installation can boot without paging.

Simply the system is slow because software uses a lot of memory and it swaps pages lot. He clicks on window, the OS dumps all memory associated to the current window and loads the memory associated to the new active window because it has the whole physical RAM used, and that takes a few milliseconds. Finally every gesture means swapping, so applications don't run, creep.

modified 27-Aug-19 11:52am.

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
professional#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
professional#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 
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 

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.


Straw Poll

Were you affected by the geomagnetic storms this past weekend?
Communication disruptions, electrified pipes, random unexplained blue-screens in Windows - the list of effects is terrifying.
  Results   472 votes