Jump to content
Sign in to follow this  
AdirB

setting Affinity to HC and server

Recommended Posts

server line:

 -port=2302 "-config=D:\Program Files (x86)\Steam\SteamApps\common\Arma 3\TADST\default\TADST_config.cfg" "-cfg=D:\Program Files (x86)\Steam\SteamApps\common\Arma 3\TADST\default\TADST_basic.cfg" "-profiles=D:\Program Files (x86)\Steam\SteamApps\common\Arma 3\TADST\default" -name=default -filePatching -pid=pid.log -ranking=ranking.log

 

 

HC line:

"D:\Program Files (x86)\Steam\SteamApps\common\Arma 3\arma3server.exe"  -client -connect=127.0.0.1 -port=2302  -password=1414 -name=hc

 

 

i want the server use 1 core and the HC 2 cores

 

how do i do it?

i have 8 core CPU

Share this post


Link to post
Share on other sites
Table of hexas for cores:
 
1st core = 1
2nd core = 2
3rd core = 4
4th core = 8
5th core = 10
6th core = 20
7th core = 40
8th core = 80
 
1st+2nd core =3
1st+2nd+3rd core = 7
1st+2nd+3rd+4th core = F
1st+2nd+3rd+4th+5th core = 1F
1st+2nd+3rd+4th+5th+6th core = 3F
1st+2nd+3rd+4th+5th+6th+7th core = 7F
1st+2nd+3rd+4th+5th+6th+7th+8th core = FF
2nd+3rd+4th+5th+6th+7th+8th core = FE
3rd+4th+5th+6th+7th+8th core = FC
4th+5th+6th+7th+8th core = F8
5th+6th+7th+8th core = F0
6th+7th+8th core = E0
7th+8th core = C0
 
Example:
 
start "arma3" /high /affinity F0 "D:\Program Files (x86)\Steam\steamapps\common\Arma 3\arma3server.exe" "-profiles=d:\Arma3" -cfg=basic.cfg -config=server.cfg -world=empty -serverMod=@extDB2 -netlog -autoInit -maxMem=8192 -enableHT -exthreads=12 -noSound -noPause -nosplash -filePatching

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×