Click here to Skip to main content
15,886,137 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: Flushing to paging disk Pin
trønderen16-Jan-21 6:25
trønderen16-Jan-21 6:25 
GeneralRe: Flushing to paging disk Pin
Mircea Neacsu16-Jan-21 7:33
Mircea Neacsu16-Jan-21 7:33 
GeneralRe: Flushing to paging disk Pin
Gary R. Wheeler16-Jan-21 7:02
Gary R. Wheeler16-Jan-21 7:02 
GeneralRe: Flushing to paging disk Pin
trønderen17-Jan-21 4:13
trønderen17-Jan-21 4:13 
GeneralRe: Flushing to paging disk Pin
Gary R. Wheeler18-Jan-21 10:12
Gary R. Wheeler18-Jan-21 10:12 
GeneralRe: Flushing to paging disk Pin
trønderen19-Jan-21 3:56
trønderen19-Jan-21 3:56 
GeneralRe: Flushing to paging disk Pin
Kornfeld Eliyahu Peter16-Jan-21 8:44
professionalKornfeld Eliyahu Peter16-Jan-21 8:44 
GeneralRe: Flushing to paging disk Pin
trønderen17-Jan-21 4:49
trønderen17-Jan-21 4:49 
PC performance is a great market for placebo and snake oil. Lots of myths, lots of lack of understanding. And very little actual measurements to verify any claims.

One of my friends insists that he must vacuum clean his PC regularly, to keep it from slowing down. He also has a theory to explain it: Dust accumulates on the fans making them less effective, so the CPU lowers the clock speed to avoid overheating. I once challenged him to do some real speed measurements before and after the spring clean: Of course there was no measurable difference. Seeing the results, he claimed that this time, the fans were far less dusty than they use to be; he couldn't explain why. But that must be The Explanation for measurements not supporting his subjective feeling of higher PC performance after vacuuming.

History has seen numerous similar reports. The first lengthy quarrel I remember is from back in the days of 286 / 386sx, where floating point arithmetic was delivered as a separate chip (287 / 387): This guy who had upgraded his PC with a 387 an insisted stubbornly that boot-up now was much faster. Guys from MS shook their heads: No. The boot process, or Windows in general, makes no use of floating point whatsoever, so adding a 387 will in no way affect the speed of any Windows code! (Maybe Windows today uses FP - at that time, it didn't.)

When hearing statements like "I have a feeling that the PC is now a lot faster", I usually just nod and make no further comment. If there is an undisputable speedup, I would like to investigate the entire machine, both before and after the upgrade/modification: You may claim some explanation that turns out not to be the real reason. Say, if your VM software actually manages to utilize all eight cores fully, while the setup of the non-virtualized machine for all practical purposes run everything on a single core, then 64 GByte of RAM may not be the real reason for speedup. Maybe the speed would be the same with 32 GByte shared RAM (not statically distributed among the cores).

But again: As I said in my first posting, computing center experts will know how to monitor and balance resources. I am not talking about those users. If you on your PC have 8 VMs, each running some heavy server, then you are halfway to a computing center. You are far beyond that single-user desktop PC and some non-computer-professional (or one who essentially knows application programming, not system tuning) who has been told that his PC will perform so much better if he doubles the RAM. There are a hundred times as many users in that group as those who knows how to use system monitoring and tuning tools.

Finally: From your description, it looks like you used to run 8 VMs each requiring 8 Gbyte. Today you run the same 8 tasks, with an average of half a GByte for each, and you have the same performance. Did you ever consider that maybe the Windows performance might have been the same with far less RAM? Did you ever reduce the amount of RAM to, say, half as much, watching paging go through the ceiling? Most PCs have a LED flashing up when a physical disk transfer is made. If it flashes up every now and then, you do not have excessive paging. (When you start a new application, there is of course disc activity to get the code and data segments into memory!)
GeneralRe: Flushing to paging disk Pin
Slacker00716-Jan-21 9:38
professionalSlacker00716-Jan-21 9:38 
GeneralRe: Flushing to paging disk Pin
trønderen16-Jan-21 11:35
trønderen16-Jan-21 11:35 
JokeThe secret to great coffee Pin
Cp-Coder16-Jan-21 1:55
Cp-Coder16-Jan-21 1:55 
GeneralRe: The secret to great coffee Pin
Mike Hankey16-Jan-21 3:23
mveMike Hankey16-Jan-21 3:23 
GeneralRe: The secret to great coffee Pin
Gary R. Wheeler16-Jan-21 7:04
Gary R. Wheeler16-Jan-21 7:04 
GeneralRe: The secret to great coffee Pin
trønderen16-Jan-21 9:13
trønderen16-Jan-21 9:13 
GeneralRe: The secret to great coffee Pin
W Balboos, GHB17-Jan-21 7:42
W Balboos, GHB17-Jan-21 7:42 
GeneralRe: The secret to great coffee Pin
BryanFazekas19-Jan-21 1:13
BryanFazekas19-Jan-21 1:13 
GeneralRe: The secret to great coffee Pin
W Balboos, GHB19-Jan-21 1:16
W Balboos, GHB19-Jan-21 1:16 
GeneralRe: The secret to great coffee Pin
BryanFazekas19-Jan-21 1:18
BryanFazekas19-Jan-21 1:18 
JokeRe: The secret to great coffee Pin
W Balboos, GHB19-Jan-21 1:20
W Balboos, GHB19-Jan-21 1:20 
GeneralI can't believe I missed this! Pin
Sander Rossel16-Jan-21 0:34
professionalSander Rossel16-Jan-21 0:34 
GeneralRe: I can't believe I missed this! Pin
OriginalGriff16-Jan-21 0:50
mveOriginalGriff16-Jan-21 0:50 
GeneralRe: I can't believe I missed this! Pin
RickZeeland16-Jan-21 1:00
mveRickZeeland16-Jan-21 1:00 
GeneralRe: I can't believe I missed this! Pin
Mike Hankey16-Jan-21 3:23
mveMike Hankey16-Jan-21 3:23 
GeneralRe: I can't believe I missed this! Pin
kmoorevs16-Jan-21 6:47
kmoorevs16-Jan-21 6:47 
GeneralRe: I can't believe I missed this! Pin
Gary R. Wheeler16-Jan-21 7:09
Gary R. Wheeler16-Jan-21 7:09 

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.