Click here to Skip to main content
15,887,485 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: Can anyone stick a date when VS became a piece of memory crunching s**t? Pin
Kornfeld Eliyahu Peter6-Sep-23 23:19
professionalKornfeld Eliyahu Peter6-Sep-23 23:19 
GeneralRe: Can anyone stick a date when VS became a piece of memory crunching s**t? Pin
RickZeeland7-Sep-23 0:36
mveRickZeeland7-Sep-23 0:36 
GeneralRe: Can anyone stick a date when VS became a piece of memory crunching s**t? Pin
honey the codewitch7-Sep-23 1:13
mvahoney the codewitch7-Sep-23 1:13 
GeneralRe: Can anyone stick a date when VS became a piece of memory crunching s**t? Pin
Nelek7-Sep-23 11:21
protectorNelek7-Sep-23 11:21 
GeneralRe: Can anyone stick a date when VS became a piece of memory crunching s**t? Pin
honey the codewitch7-Sep-23 1:09
mvahoney the codewitch7-Sep-23 1:09 
GeneralRe: Can anyone stick a date when VS became a piece of memory crunching s**t? Pin
Ron Nicholson7-Sep-23 2:46
professionalRon Nicholson7-Sep-23 2:46 
GeneralRe: Can anyone stick a date when VS became a piece of memory crunching s**t? Pin
Kornfeld Eliyahu Peter7-Sep-23 2:58
professionalKornfeld Eliyahu Peter7-Sep-23 2:58 
GeneralRe: Can anyone stick a date when VS became a piece of memory crunching s**t? Pin
jschell7-Sep-23 5:31
jschell7-Sep-23 5:31 
Kornfeld Eliyahu Peter wrote:
The combined size of all the binary files, the source, the resources is less then 100th of the memory VS takes


Perhaps you are over simplifying with that statement?

Allocation is not the same as use.

If it allocates 100 gig but only uses 10 then the 10 is the only thing that can impact the performance. It doesn't swap a 100 gig chunk. Swapping is handled at a much smaller size. So it breaks the total into pieces. And it only swaps what is actually being used (writing/reading) and when it is not already in memory.

But also keep in mind that your code and libraries is not all that it loads.

There use to be a tool that allowed one to actually track everything that an application loaded. Use to be under 'sysinternals' (many tools) although that was subsumed by Microsoft at some point.
GeneralRe: Can anyone stick a date when VS became a piece of memory crunching s**t? Pin
dandy727-Sep-23 6:52
dandy727-Sep-23 6:52 
GeneralRe: Can anyone stick a date when VS became a piece of memory crunching s**t? Pin
honey the codewitch7-Sep-23 7:13
mvahoney the codewitch7-Sep-23 7:13 
GeneralRe: Can anyone stick a date when VS became a piece of memory crunching s**t? Pin
dandy727-Sep-23 7:32
dandy727-Sep-23 7:32 
GeneralRe: Can anyone stick a date when VS became a piece of memory crunching s**t? Pin
honey the codewitch7-Sep-23 7:35
mvahoney the codewitch7-Sep-23 7:35 
QuestionRe: Can anyone stick a date when VS became a piece of memory crunching s**t? Pin
David Crow7-Sep-23 3:10
David Crow7-Sep-23 3:10 
AnswerRe: Can anyone stick a date when VS became a piece of memory crunching s**t? Pin
Kornfeld Eliyahu Peter7-Sep-23 3:12
professionalKornfeld Eliyahu Peter7-Sep-23 3:12 
GeneralRe: Can anyone stick a date when VS became a piece of memory crunching s**t? Pin
jschell7-Sep-23 5:35
jschell7-Sep-23 5:35 
GeneralRe: Can anyone stick a date when VS became a piece of memory crunching s**t? Pin
Paul Sanders (the other one)7-Sep-23 20:25
Paul Sanders (the other one)7-Sep-23 20:25 
GeneralRe: Can anyone stick a date when VS became a piece of memory crunching s**t? Pin
Member 133016797-Sep-23 20:43
Member 133016797-Sep-23 20:43 
GeneralRe: Can anyone stick a date when VS became a piece of memory crunching s**t? Pin
LordWabbit17-Sep-23 21:03
LordWabbit17-Sep-23 21:03 
GeneralRe: Can anyone stick a date when VS became a piece of memory crunching s**t? Pin
Carl_Sharman8-Sep-23 1:25
Carl_Sharman8-Sep-23 1:25 
GeneralRe: Can anyone stick a date when VS became a piece of memory crunching s**t? Pin
MikeCO108-Sep-23 3:06
MikeCO108-Sep-23 3:06 
GeneralRe: Can anyone stick a date when VS became a piece of memory crunching s**t? Pin
David On Life8-Sep-23 8:15
David On Life8-Sep-23 8:15 
GeneralRe: Can anyone stick a date when VS became a piece of memory crunching s**t? Pin
Member 119411318-Sep-23 18:53
Member 119411318-Sep-23 18:53 
GeneralRe: Can anyone stick a date when VS became a piece of memory crunching s**t? Pin
cosmogon8-Sep-23 12:20
cosmogon8-Sep-23 12:20 
GeneralRe: Can anyone stick a date when VS became a piece of memory crunching s**t? Pin
BernardIE53178-Sep-23 13:05
BernardIE53178-Sep-23 13:05 
GeneralRe: Can anyone stick a date when VS became a piece of memory crunching s**t? Pin
ezbncs9-Sep-23 21:44
ezbncs9-Sep-23 21:44 

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.