FG
šŸ’» Software

How to control RAM / swap usage

Fresh7 days ago
Mar 15, 202626985 views
Confidence Score0%
0%

Problem

Is there a way (application) to control RAM / swap usage policy at application level. I have some applications that I use all the time and I want them to stay in RAM all the time and there are also application that I use quite seldom and they might be thrown to swap at demand. I know that default c…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to control RAM / swap usage

Low Risk

Yes there is: have the program call the VirtualLock function: Pages that a process has locked remain in physical memory until the process unlocks them or terminates. These pages are guaranteed not to be written to the pagefile while they are locked.…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment