What is the minimum CPU needed for Hazelcast Embedded deployment? As per, Hazelcast IMDG 3.12 Deployment and Operations Guide, it is stated as below.
"As a rule of thumb, we recommend a minimum of 8 cores per Hazelcast server instance."
The use case we have in our application is primarily for distributed locking purposes. We are not using any data on Hazelcast Data Grid
However, is the same applicable for embedded mode as well?
Thanks.