Difference between revisions of "Command:Processor"

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