blob: bbb5a4fdf2af788eb05c2ec50e1ac0a745a05d30 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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.
|