Skip to content

Commit

Permalink
small readme change
Browse files Browse the repository at this point in the history
  • Loading branch information
FRex committed May 31, 2019
1 parent b8eff9c commit 934e701
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Takes a single filename as argument, opens the file as read only and memory
maps it whole, then accesses each 4 KiB page of it to bring the file into memory
and then sleeps for 10 seconds and accesses them again to keep them in memory.

**It never quits so you'll have to somehow kill it once you are done.**

This program only makes sense if you have RAM to spare and/or are on 64-bit. I
wrote it to speed up level loading in an old game that has a total of 5 GiB of
assets and a 32-bit exe, so the game, OS and all the assets fit into my PC's RAM.
Expand Down

0 comments on commit 934e701

Please sign in to comment.