Simple memory filling tool for Windows.
memfill: console executable
memfill_GUI: GUI executable
- Go to Developer Command Prompt for VS or Developer PowerShell for VS
- run build_MSVC.bat
- run build_MinGW.bat
-
Due to the Windows virtual memory mechanism, the filled physical memory may be paged out to virtual memory after a period of time
-
It is strongly recommended not to allocate more memory than the total size of the virtual memory, as this may cause errors
