How to keep program always in memory (no swapping)
Posted
by
Yossarian
on Super User
See other posts from Super User
or by Yossarian
Published on 2012-11-29T18:11:26Z
Indexed on
2012/12/10
11:11 UTC
Read the original article
Hit count: 219
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?
© Super User or respective owner