|
|
|
|
|
by AstralStorm
3073 days ago
|
|
The real question is why those pages are being held in RAM. If they're needed, swapping them out will induce latency. I'd they're a leak or not needed, the application should be fixed to not allocate swathes of RAM it does not use. |
|