Difference between revisions of "Command:Processor"

From Lavish Software Wiki
Jump to navigation Jump to search
 
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
== Syntax ==
 +
Processor -list|-all|<<#> on|off|only> [<<#> on|off> ...]
 +
 +
== Description ==
 
Sets CPU Process affinity.
 
Sets CPU Process affinity.
+
 
Usage:
+
== Notes ==
Processor -list|<<#> on|off|only> [<<#> on|off> ...]
+
#"processor -list" shows the current setting for the process
 +
#"processor -all" will enable all CPU cores
 +
#"proclock on" will lock the affinity so the game cannot adjust it (but it can still be adjusted through task manager)
 +
 
 +
== Examples ==
 +
; Use processor 1 only:
 +
proc 1 only
 +
 
 +
; Use processors 1 and 2 only:
 +
proc 1 only 2 on
 +
 
 +
== See Also ==
 +
*[[LavishScript:Commands|LavishScript Commands]]
 +
*[[IS:Uplink#Commands|Inner Space Uplink Commands]]
 +
 
 +
[[Category:Inner Space]]
 +
[[Category:Inner Space Uplink]]
 +
[[Category:Inner Space Uplink Commands]]

Latest revision as of 13:46, 7 August 2019

Syntax

Processor -list|-all|<<#> on|off|only> [<<#> on|off> ...]

Description

Sets CPU Process affinity.

Notes

  1. "processor -list" shows the current setting for the process
  2. "processor -all" will enable all CPU cores
  3. "proclock on" will lock the affinity so the game cannot adjust it (but it can still be adjusted through task manager)

Examples

Use processor 1 only
proc 1 only
Use processors 1 and 2 only
proc 1 only 2 on

See Also