Re: Serialisation issue.

2020-02-09 Thread adipro
Team, is there anyone who could help on this? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Cores on a node

2020-02-09 Thread Mikael
Hi! int numCores = Runtime.getRuntime().availableProcessors(); It will return an ok value, it may not return the actual number of cores depending on affinity settings and things like that, but it will return the cores that JVM have access to. Mikael Den 2020-02-09 kl. 12:44, skrev F.D.:

Cores on a node

2020-02-09 Thread F.D.
Hi, I'd like to know if is possible to know the number of logical/physical cores on a node in a cluster? Thanks, F.D.