1

We are running Docker on a VMware host running Windows 10.

Docker exe loading 65k bytes each read

Based on the first comment, I wonder if the issue isn't specifically the read portion, but maybe there is something happening at the end of the load that is preventing this exe from being cached in memory.

enter image description here

AmoebaMan17
  • 722
  • 1
  • 8
  • 22
  • That seems perfectly normal for memory-mapped files (which includes executables) being paged in when necessary – Ben Voigt Mar 26 '21 at 15:27
  • @BenVoigt Interesting. I just tried running the command again before running procmon and I still see that sequence happening twice within the same "docker ps" call. I don't see the same thing happening in an Azure VM. Is there some Windows setting to prevent caching memory-mapped files? – AmoebaMan17 Mar 26 '21 at 15:37

0 Answers0