We have procured 8 core server hardware with Windows server 2012 R2, we have the application license only for 4 core server. Is there any option to limit the core on architecture level?
If not what option can be used to install the application?
We have procured 8 core server hardware with Windows server 2012 R2, we have the application license only for 4 core server. Is there any option to limit the core on architecture level?
If not what option can be used to install the application?
Start your program with
where
X
is the processor affinity in hexadecimal value. In your case, affinityF
would use CPU cores 0-3.A CPU affinity table can be found from this MSDN blog entry:
This is more of a licensing, than a technical issue, in some cases particularly Microsoft, it wouldn't matter if you weren't using the other CPUs, if they were there they'd have to be licensed. Double check with your vendor to see what they allow.