pkdone / minikube-mongodb-demo

Demo project showing how to deploy MongoDB in a local Minikube Kubernetes environment
MIT License
87 stars 61 forks source link

Wrong size assigned for --wiredTigerCacheSizeGB #13

Open standeren opened 2 years ago

standeren commented 2 years ago

Pods kept crashing for no reason. By checking the logs of the container it complained that it wasn't assigned enough storage for mongodb's wieredTigerCache - it must be at least 0.25.

The size is assigned to 0.1 under commands in the YAML-file. When changed to 0.25 everything was good.