pkdone/minikube-mongodb-demo

Wrong size assigned for --wiredTigerCacheSizeGB

standeren opened this issue · 0 comments

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.