Hi, I am working on Lab - Configure a Sharded Cluster and cannot go through the part of setting cache size. Validation is returning that I forget to set the value. I put the below code in my config file, however, the documentation states that minimal size is 0.25.(https://docs.mongodb.com/manual/reference/configuration-options/#storage-options)
> storage:
> wiredTiger:
> engineConfig:
> cacheSizeGB: .1
Can anyone please help me?