Linuxhotel Wiki

Wie ging das nochmal?

Benutzer-Werkzeuge

Webseiten-Werkzeuge


admin_grundlagen:swap

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen gezeigt.

Link zu der Vergleichsansicht

Nächste Überarbeitung
Vorherige Überarbeitung
Nächste Überarbeitung Beide Seiten, nächste Überarbeitung
admin_grundlagen:swap [2013/05/14 19:16]
ingo_wichmann angelegt
admin_grundlagen:swap [2019/01/01 20:47]
ingo_wichmann
Zeile 9: Zeile 9:
   free -m   free -m
   swapon -s   swapon -s
 +
 +====== zswap ======
 +Einschalten zur Laufzeit (z.B. mit einem Systemd Unit File): ​
 +  echo 1 > /​sys/​module/​zswap/​parameters/​enabled
 +
 +Einschalten über Kernel-Parameter:​ (z.B. in /​etc/​default/​grub.conf)
 +  zswap.enabled=1
 +
 +Nutzungsstatistiken:​
 +  for i in /​sys/​kernel/​debug/​zswap/​*;​ do echo -n "$i: "; cat $i; done
  
 ====== Dokumentation ====== ====== Dokumentation ======
-===== swap =====+ 
 +===== Wie groß sollte Swap sein? ===== 
 +  * [[https://​help.ubuntu.com/​community/​SwapFaq|Ubuntu'​s Antwort]] 
 +  * [[https://​www.suse.com/​de-de/​support/​kb/​doc/?​id=7010157|SUSE'​s Antwort]] 
 +===== Brauche ich Swap? =====
   * http://​www.thomashertweck.de/​linuxram.html   * http://​www.thomashertweck.de/​linuxram.html
 +  * https://​chrisdown.name/​2018/​01/​02/​in-defence-of-swap.html - Sehr ausführlich warum Swap meist sinnvoll ist. 
 +  * https://​www.linux.com/​news/​all-about-linux-swap-space Swapping is necessary for two important reasons. First, when the system requires more memory than is physically available, the kernel swaps out less used pages and gives memory to the current application (process) that needs the memory immediately. Second, a significant number of the pages used by an application during its startup phase may only be used for initialization and then never used again. The system can swap out those pages and free the memory for other applications or even for the disk cache.
 +  * https://​www.kernel.org/​doc/​gorman/​html/​understand/​understand014.html The casual reader may think that with a sufficient amount of memory, swap is unnecessary. But this brings us to the second reason. A significant number of the pages referenced by a process early in its life may only be used for initialisation and then never used again. It is better to swap out those pages and create more disk buffers than leave them resident and unused.
admin_grundlagen/swap.txt · Zuletzt geändert: 2022/03/14 10:45 von ingo_wichmann