How to keep program always in memory (no swapping)
- by Yossarian
I'm using KeePass (on Windows 7) for storing passwords. The application is running on my laptop almost 100% of the time, but I'm using it rarely.
The problem is, that activating the window after long time takes huge amount of time, I'd say that OS realized the application is no longer used and swapped it.
I don't want OS to swap my KeePass (because of the loading lag, and also because of security - I don't like the idea of password keeping program's memory to be stored anywhere on HDD).
Is there any possibility how to tell OS not to swap some program? Or, is this achievable by some programming?