Thanks to :
-----------
chu_at_musp0.Jpl.Nasa.Gov (Eugene Chu)
Jerome FENAL <fenal_at_dcmc.creditlyonnais.fr>
The question :
--------------
I don't understand how works the memory and swap allocation.
The kernel seems to alocate the entire memory in swap.
USER PID %CPU %MEM VSZ RSS TTY S STARTED TIME COMMAND
root 0 0.2 5.1 132M 6.5M ?? R < Dec 23 56:47.60 [kernel i
why ?
Is there a way to decrease that ?
If you have pointers on text which explain that...
Thanks,
Answer :
--------
(sorry, it's in french)
Peut-être le noyau utilise-t-il la mémoire non allouée par
les process pour du cache (à vérifier).
On peut le limiter en spécifiant :
vm:
ucb-maxpercent=20 (20 % de la mémoire en Unified
Buffer Cache)
dans le fichier /etc/sysconfigtab, puis rebooter.
On peut aussi recompiler le noyau en spécifiant ce même
paramètre dans le fichier de configuration du noyau.
Cordialement,
Jérôme
Answer :
--------
you might try renaming the swapdefault file in /sbin to something else.
This allocate the swapper in less agressive manner.
eyc
| Bertrand WALLRICH (Ingenieur Systemes et Reseaux) |
| INRIA-Lorraine / Phone : 03 83 59 30 31 |
| 615, rue du Jardin Botanique \ Fax : 03 83 27 83 19 |
| 54602 VILLERS-LES-NANCY CEDEX / Email : Bertrand.Wallrich_at_loria.fr |
Received on Fri Jan 10 1997 - 11:17:34 NZDT