Sujet : Re: Memory trashing? Virtual memory question.
De : minforth (at) *nospam* gmx.net (minforth)
Groupes : comp.lang.forthDate : 23. Sep 2024, 19:19:44
Autres entêtes
Organisation : novaBBS
Message-ID : <0e358bb5b5542ee537b5cc96e11208a3@www.novabbs.com>
References : 1 2
User-Agent : Rocksolid Light
On Mon, 23 Sep 2024 17:51:58 +0000, mhx wrote:
I don't know (yet) how it works in Linux, but in Windows there
is something called 'Working-Set'. If I exceed that value,
things slow down.
>
It is quite difficult (if not impossible) to increase the
Working-Set without extensive knowledge (believe me, I tried).
Have you tried the SetProcessWorkingSetSize function
(memoryapi.h)?
It sets the minimum and maximum working set sizes for the
specified process, they say...