The following create a minikube with 10 CPU cores and 32GB memory. This is for experiments with heavy workload.
It uses kvm hypervisor. Make sure the qemu and libvirt have already installed
minikube start --cpus 10 --memory 32GB --disk-size=400g --extra-disks=2 --driver=kvm2 --force --container-runtime cri-o