Which memory is ECE actually assigning for node capacity?

When creating cluster , you set memory in Node capacity .

However, I would like to be sure what this memory stands for.
Does this memory refer to available memory in the document?

Which my understanding of available memory is that

available memory = heap memory + other necessary os resource.

Correct! :slight_smile:

Thanks for the reply.

So , ECE tries to allocate both heap and OS memory instead of just heap memory?

Well it allocates memory for the node, as it deploys containers, not just a jvm.
It also just happens to split that 50:50.

1 Like

@warkolm

Ok . Understood. Thank as always.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.