The MASM Forum

Microsoft 64 bit MASM => MASM64 SDK => Topic started by: hutch-- on February 25, 2023, 04:17:53 PM

Title: Very minor update on Memstat2.exe
Post by: hutch-- on February 25, 2023, 04:17:53 PM
 :biggrin:

First time I had ever run it on 128 gig of memory, the memory size static controls were clipping off the end of the last digit. Added 5 pixels and it displays correctly with big numbers. We will have to wait for later computers displaying greater that 999 gigabytes of memory to need to change it again.  :tongue:
Title: Re: Very minor update on Memstat2.exe
Post by: HSE on February 25, 2023, 09:17:45 PM
Don't worry, we well have to wait for 128 Gb.  :biggrin: :biggrin:
Title: Re: Very minor update on Memstat2.exe
Post by: Vortex on February 26, 2023, 08:51:55 AM
Hi Hutch,

Very nice work :thumbsup:
Title: Re: Very minor update on Memstat2.exe
Post by: jj2007 on February 26, 2023, 09:20:03 AM
Quote from: hutch-- on February 25, 2023, 04:17:53 PMFirst time I had ever run it on 128 gig of memory

So, how long does a rep stosb take?
Title: Re: Very minor update on Memstat2.exe
Post by: hutch-- on February 26, 2023, 09:41:47 AM
 :biggrin:

I don't know, it only has a 14 core Xeon in it at the moment and it looks like it has a bit over 120 gig available for memory allocation so I have not tested it yet.  :wink2:

Something I did learn when I first started to use 64 bit was how slow the stuff used back in 32 bit was. Allocate 32 gig and fill it with byte level data and you could grow old watching it. It got faster with SSE4 and even faster with AVX/AVX2 but big memory still takes a long time to process.