mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-06 03:20:43 +02:00
profile: set portage io niceness by default, this fixes soooo many random lockups due to linux sucking under high io load
This commit is contained in:
parent
bd3b23fd0c
commit
1cef67c858
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ INPUT_DEVICES="evdev"
|
|||
PORTAGE_ELOG_CLASSES="${PORTAGE_ELOG_CLASSES} qa"
|
||||
|
||||
PORTAGE_NICENESS="9"
|
||||
PORTAGE_IO_NICENESS="ionice -c 3 -p \${PID}"
|
||||
|
||||
VIDEO_CARDS="virtualbox nvidia fglrx nouveau fbdev glint intel mach64 mga nv radeon radeonhd savage sis tdfx trident vesa vga via vmware voodoo apm ark chips cirrus cyrix epson i128 i740 imstt nsc rendition s3 s3virge siliconmotion"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue