Difference between revisions of "Command:Processor"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 10: Line 10:
  
 
== Examples ==
 
== Examples ==
 +
; Use processor 1 only:
 +
proc 1 only
 +
 +
; Use processors 1 and 2 only:
 +
proc 1 only 2 on
  
 
== See Also ==
 
== See Also ==

Revision as of 14:50, 23 April 2014

Syntax

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

Description

Sets CPU Process affinity.

Notes

  1. "processor -list" shows the current setting for the process
  2. "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