Hello,
I would like to know if it's possible to limit the number of cores (CPU) used by WinCC OA?
regards
Emmanuel
Attached a specific number of cores for WinCC OA
- eMichx
- Posts:64
- Joined: Thu Apr 24, 2014 11:24 am
Attached a specific number of cores for WinCC OA
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Attached a specific number of cores for WinCC OA
Hello,
which process is running on which core is part of the operating system. If a limitation is possible in the configuration of the operating system you have to clarify with your system administration.
A single WinCC OA process can only use one core.
Why shall the number of cores used by WinCC OA be limited?
Best Regards
Leopold Knipp
Senior Support Specialist
which process is running on which core is part of the operating system. If a limitation is possible in the configuration of the operating system you have to clarify with your system administration.
A single WinCC OA process can only use one core.
Why shall the number of cores used by WinCC OA be limited?
Best Regards
Leopold Knipp
Senior Support Specialist
- eMichx
- Posts:64
- Joined: Thu Apr 24, 2014 11:24 am
Re: Attached a specific number of cores for WinCC OA
Hello,
We would like to avoid any disturbance with another application which would be run on the same server,
that's the reason it would be interesting to separate the resources for each application.
regards
Emmanuel
We would like to avoid any disturbance with another application which would be run on the same server,
that's the reason it would be interesting to separate the resources for each application.
regards
Emmanuel
- mkoller
- Posts:741
- Joined: Fri Sep 17, 2010 9:03 am
Re: Attached a specific number of cores for WinCC OA
Maybe this helps:
http://manpages.ubuntu.com/manpages/har ... set.1.html
http://manpages.ubuntu.com/manpages/har ... set.1.html
- eMichx
- Posts:64
- Joined: Thu Apr 24, 2014 11:24 am
Re: Attached a specific number of cores for WinCC OA
Would be possible to do that on Windows system?
regard
Emmanuel
regard
Emmanuel
- mpoint
- Posts:49
- Joined: Thu Oct 28, 2010 11:28 am
Re: Attached a specific number of cores for WinCC OA
Apparently the Windows 'start' command has an 'affinity' setting, where you can restrict on which CPUs the started process will run. See 'start /?' or here: http://www.techrepublic.com/blog/window ... ance-edge/.
But please note that WinCC OA is a multi-process system, and I don't know whether this setting is inherited to subprocesses.
EDIT: alternatively, maybe you could increase the process priority of the other application, so that it is less likely to lose CPU time to other processes.
But please note that WinCC OA is a multi-process system, and I don't know whether this setting is inherited to subprocesses.
EDIT: alternatively, maybe you could increase the process priority of the other application, so that it is less likely to lose CPU time to other processes.