Is there any guidance around sizing of MongoDb for GrowthBook? We have the following self-hosted setup.
• Redis Cache(3 replicas) - 2Gi memory each
• GrowthBook(3 replicas) - 2Gi memory each
• GrowthBook-Proxy(3 replicas) - 1Gi memory each. No HPA(horizontal pod auto-scaling) yet. But may add later.
• MongoDB ReplicaSet(3 replicas) - mongod container has 1Gi memory and mongodb-agent container has 500Mi.
I would assume the Cache and Proxies are the ones who take the hit as the amount of connections increase and that MongoDb will stay relatively stable?