Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
userprocesses_limit_disk_usage [2016/11/17 12:49] terminar |
userprocesses_limit_disk_usage [2016/11/17 12:59] (aktuell) terminar [Firefox] |
| + | ====== Disk-IO von Userprozessen begrenzen (Firefox, VirtualBox, ...) ====== |
| + | |
| + | ===== Tools zum Prüfen ===== |
| + | |
| + | * Windows: ProcessExplorer (Spalten hinzufügen, IO read,write,other) + ProcessMonitor von SysInternals/Microsoft |
| + | * Linux/FreeBSD: htop, atop |
| + | * FreeBSD: top -mio |
| + | |
| + | ===== Firefox ===== |
| + | |
| + | Basierend auf dem Beitrag unter http://lifehacker.com/5687850/speed-up-firefox-by-moving-your-cache-to-ram-no-ram-disk-required |
| + | |
| + | URL: about:config |
| + | * Suche: browser.cache |
| + | * Deaktivieren: browser.cache.disk.enable => false |
| + | * Aktivieren: browser.cache.memory.enable => true |
| + | * Neu hinzufügen: browser.cache.memory.capacity => Typ Integer, Wert: 1000000 (ca. 1GB) |
| + | * Prüfen (URL): about:cache?device=memory |
| + | ===== VirtualBox VMs ===== |
| + | |
| + | Basierend auf der Dokumentation unter https://www.virtualbox.org/manual/ch05.html#storage-bandwidth-limit |
| + | |
| + | * VM falls gestartet, herunterfahren |
| + | * Limit-Gruppe erstellen: VBoxManage bandwidthctl "VM name" add Limit --type disk --limit 15M |
| + | * Für jede VM den Controller anhängen: VBoxManage storageattach "VM name" --storagectl "SATA-Controller" --port 0 --device 0 --type hdd |
| + | * Falls später notwendig, Limit der Gruppe verändern: VBoxManage bandwidthctl "VM name" set Limit --limit 10M |
| + | |
| + | |
| + | |
| | | |
|