diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 13:18:45 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 13:18:45 +0100 |
| commit | e2d80d2da476f583b77d793bcbf23b59a5d1266e (patch) | |
| tree | 7269993fa263a83538375c8769956e426a742d16 /README | |
| parent | Update e-mail (diff) | |
| download | coreupdown-e2d80d2da476f583b77d793bcbf23b59a5d1266e.tar.gz coreupdown-e2d80d2da476f583b77d793bcbf23b59a5d1266e.tar.bz2 coreupdown-e2d80d2da476f583b77d793bcbf23b59a5d1266e.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,8 +1,8 @@ -MAME - coreup - Enable all CPU core +NAME + coreup - Enable all CPU cores coredown - Disable all but one CPU core -SYNPOSIS +SYNOPSIS coreup [count] coredown [count] @@ -10,7 +10,7 @@ DESCRIPTION The coreup utility enables all CPU cores on the machine. The coredown utility disables all CPU cores on the machine - expect the CPU 0. + except CPU 0. This is designed as a workaround for virtual machines that have input performance issues (keyboard input lag and keys @@ -34,7 +34,7 @@ EXIT STATUS 1 An error occurred. NOTES - The is no difference between the coreup(1) and coredown(1) + There is no difference between the coreup(1) and coredown(1) utilities when the count operand is specified. SEE ALSO |
