pycgo commented on issue #11472: URL: https://github.com/apache/ignite/issues/11472#issuecomment-2283483248
> Ok, I see. > > > Is there an environment variable that can set the number of machine CPUs perceived by IGNITE > > No, there is no such thing in Ignite. The closes thing is thread pool config: https://ignite.apache.org/docs/latest/perf-and-troubleshooting/thread-pools-tuning. Can these threads utilize all CPUs or only one CPU at a time ? when log print ^-- Cluster [hosts=1, CPUs=1, servers=1 ? For example, as far as I know, ES has a similar configuration and is very effective in avoiding cgroup problems https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-threadpool.html#node.processors  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
