Removes serial.out from bochs config for massive performance boost on
cluster runs. If this output file is enabled, all running processes try to write to the same file on the shared filesystem. They block each other which leads to massive I/O wait time and CPU idle time. This change reduces the runtime e.g. from several hours (12+) to few minutes (20). Change-Id: I028628af31c845fc517e5daca5b4f981eade3cf4
This commit is contained in:
@ -76,7 +76,6 @@ info: action=ignore
|
||||
debug: action=ignore
|
||||
pass: action=ignore
|
||||
debugger_log: -
|
||||
com1: enabled=1, mode=file, dev=serial.out
|
||||
parport1: enabled=0
|
||||
vga_update_interval: 300000
|
||||
keyboard_serial_delay: 250
|
||||
|
||||
Reference in New Issue
Block a user