Difference between revisions of "Swap/fr"

Created page with "Pour ''la plupart'' des ordinateurs, la valeur recommandé est de 10. Théoriquement, le processus de swap ne commencera que quand l'utilisation de la mémoire vive atteint le..."
(Created page with "100 active le swap agressivement")
(Created page with "Pour ''la plupart'' des ordinateurs, la valeur recommandé est de 10. Théoriquement, le processus de swap ne commencera que quand l'utilisation de la mémoire vive atteint le...")
Line 226: Line 226:
* 100 active le swap agressivement
* 100 active le swap agressivement


For ''most'' desktops/laptops the recommended value is 10: Theoretically, this means to only start swapping when RAM usage reaches around 90 percent.
Pour ''la plupart'' des ordinateurs, la valeur recommandé est de 10. Théoriquement, le processus de swap ne commencera que quand l'utilisation de la mémoire vive atteint les 90 pourcent.


{{ic|vfs_cache_pressure}} is a percentage value that controls the tendency of the kernel to *reclaim* the memory which is used for caching of directory and inode objects.  The default value is 100.  Increasing this value will increase the rate in which these objects are removed from the RAM cache.  Decreasing it will allow these objects to be cached in memory longer, consuming additional RAM over time.  Depending on your specific workload, increasing or decreasing this value too far can have significant negative impacts on system performance.  Experimentation is needed to find the appropriate balance and the default value is reasonable.  In general, it is more common to optimize swappiness before experimenting with vfs_cache_pressure.
{{ic|vfs_cache_pressure}} is a percentage value that controls the tendency of the kernel to *reclaim* the memory which is used for caching of directory and inode objects.  The default value is 100.  Increasing this value will increase the rate in which these objects are removed from the RAM cache.  Decreasing it will allow these objects to be cached in memory longer, consuming additional RAM over time.  Depending on your specific workload, increasing or decreasing this value too far can have significant negative impacts on system performance.  Experimentation is needed to find the appropriate balance and the default value is reasonable.  In general, it is more common to optimize swappiness before experimenting with vfs_cache_pressure.
Moderators, translator
286

edits