diff options
author | Mattias Andrée <maandree@kth.se> | 2024-02-24 17:34:31 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-02-24 17:34:31 +0100 |
commit | 275fc799ed112b0d41ccaa872e3da87328ad21c1 (patch) | |
tree | 6f51f0b11490d668a3e30fbf1c9ff0adf0c476ff /README | |
download | coreupdown-275fc799ed112b0d41ccaa872e3da87328ad21c1.tar.gz coreupdown-275fc799ed112b0d41ccaa872e3da87328ad21c1.tar.bz2 coreupdown-275fc799ed112b0d41ccaa872e3da87328ad21c1.tar.xz |
First commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r-- | README | 41 |
1 files changed, 41 insertions, 0 deletions
@@ -0,0 +1,41 @@ +MAME + coreup - Enable all CPU core + coredown - Disable all but one CPU core + +SYNPOSIS + coreup [count] + coredown [count] + +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. + + This is designed as a workaround for virtual machines that + have input performance issues (keyboard input lag and keys + getting stuck) when more than one CPU core is online. + +OPTIONS + No options are supported. + +OPERANDS + The following operand is supported: + + count + Enable the first count CPU cores and disable the rest. + +EXIT STATUS + If the coreup and coredown utility fails it will exit with one + of the following statuses: + + 0 Successful completion. + + 1 An error occurred. + +NOTES + The is no difference between the coreup(1) and coredown(1) + utilities when the count operand is specified. + +SEE ALSO + None. |