Skip to forum content

You are not logged in. Please login or register.


forums.pvpgn.pro → [EN] Diablo → [Solved]CPU Mask Configuration (D2GS)

Pages 1

You must login or register to post a reply

RSS topic feed

Posts: 9

1 (edited by Feofilaktt 30.11.2017 18:07)

Topic: [Solved]CPU Mask Configuration (D2GS)

What is this setting for? And how do you use it..

sometimes my D2GS.exe process hangs and gets on using 100% CPU.. does this setting help?

https://forums.pvpgn.pro/uploads/images/2017/11/11/t.jpg

setcpumask CPUMASK
  To set process CPU mask, used in SMP machine.
Diablo 2 Online

Itens - Armory - Market - Clans - Builds - Chat

2

Re: [Solved]CPU Mask Configuration (D2GS)

bump

Diablo 2 Online

Itens - Armory - Market - Clans - Builds - Chat

3 (edited by turrete 23.11.2017 17:30)

Re: [Solved]CPU Mask Configuration (D2GS)

Feofilaktt wrote:

What is this setting for? And how do you use it..

sometimes my D2GS.exe process hangs and gets on using 100% CPU.. does this setting help?

https://forums.pvpgn.pro/uploads/images/2017/11/11/t.jpg

setcpumask CPUMASK
  To set process CPU mask, used in SMP machine.

Afaik is used for setting  the cpu affinity for the d2gs process, but I didnt test it yet.

4

Re: [Solved]CPU Mask Configuration (D2GS)

turrete wrote:

Afaik is used for setting  the cpu affinity forma the d2gs process, but I didnt test it yet.

Yes, I tried to use but I do not know the values to configure.. hmm

Diablo 2 Online

Itens - Armory - Market - Clans - Builds - Chat

5

Re: [Solved]CPU Mask Configuration (D2GS)

Feofilaktt wrote:
turrete wrote:

Afaik is used for setting  the cpu affinity forma the d2gs process, but I didnt test it yet.

Yes, I tried to use but I do not know the values to configure.. hmm

Sorry I cant help u with that.

6

Re: [Solved]CPU Mask Configuration (D2GS)

CPU mask should be set in hex, depending on how many processors do you have.

For example, for 8 processor cores you can set 0xFF to use all 8, or 0x16 to use only 5-th core (each bit relates to a logical processor core number) https://docs.microsoft.com/en-us/sql/da … ion-option


Processor affinity mask could be set for any Windows program using imagecfg.exe from Microsoft Reskit:

imagecfg.exe -a 0xFF C:\program.exe

Добавлено: 26.11.2017 22:07


But D2GS is singlethreaded, you can only assign a processor core(s) which will be used by D2GS (with that CPUMASK parameter)
If you want to involve all cores then you have to use D2GS by Tesseract. It starts different D2GE.exe (Game Engine) process for each created game.

Do not ask for support in PM.

7

Re: [Solved]CPU Mask Configuration (D2GS)

I run D2GS on Wine/Linux.

See the processes of the D2GS.. my machine has 2 vCPUs (Virtual CPU).

https://forums.pvpgn.pro/uploads/images/2017/11/27/d2gs_process.jpg


But apparently it uses only 1 core for the D2GS processes.

What would be the ideal configuration to use on my machine?

Diablo 2 Online

Itens - Armory - Market - Clans - Builds - Chat

8

Re: [Solved]CPU Mask Configuration (D2GS)

HarpyWar wrote:

D2GS is singlethreaded, you can only assign a processor core(s) which will be used by D2GS (with that CPUMASK parameter)
If you want to involve all cores then you have to use D2GS by Tesseract. It starts different D2GE.exe (Game Engine) process for each created game.

Do not ask for support in PM.

9

Re: [Solved]CPU Mask Configuration (D2GS)

HarpyWar wrote:
HarpyWar wrote:

D2GS is singlethreaded, you can only assign a processor core(s) which will be used by D2GS (with that CPUMASK parameter)
If you want to involve all cores then you have to use D2GS by Tesseract. It starts different D2GE.exe (Game Engine) process for each created game.

Sorry, I haven't seen this information.. sad

Tks again Harpy

Diablo 2 Online

Itens - Armory - Market - Clans - Builds - Chat

Posts: 9

Pages 1

You must login or register to post a reply

Who now at forum

Currently view post: 0 guests, 0 registered users

forums.pvpgn.pro → [EN] Diablo → [Solved]CPU Mask Configuration (D2GS)