plone / ai-team

This is the project repository of the Plone Automatization And Infrastructure Team (AI-team)
0 stars 0 forks source link

swarm cluster: move from 4Gb dedidcated cpu to 8gb shared cpu workers #9

Open fredvd opened 8 months ago

fredvd commented 8 months ago

We set up the docker swarm cluster with dedicated CPU 4Gb hosts. In operations the available memory proves so far to be a bigger limitation than the cpu performance: when services need to relocate to a different node, having not enough memory can cause services getting stuck on node and/or become unavailable.

@fredvd has added a fourth worker with 8Gb ram shared CPU. We could add 2 more of these hosts and remove the 3 decidated worker nodes, or try to convert the existing dedicated CPU nodes to shared ones with double the RAM.