I am about to build a TrueNAS SCALE box with the following spec:
CPU: Intel N100
RAM: 8GB DDR4
Storage: 4TB HDD x2 mirrored, 1TB NVMe SSD, 16GB USB MLC as boot disk
The box will be the main storage server in a small homelab. It will (probably) only run the following:
- File sharing (SMB/NFS)
- Backing storage (CSI) for a 3-node Kubernetes cluster (Containers | TrueNAS Documentation Hub)
- (Potentially) Single-node Minio
I am reading the official hardware recommendation for single node Minio, they say the minimum RAM required is 32GB and they “requires exclusive access to the drives or volumes provided for object storage”.
Not sure about the Minio plugin in TrueNAS SCALE though, does it share the same hardware requirement?
With these in mind, is it a bad idea to run Minio on my TrueNAS box? Thanks.