My VM needs 4GB of memory. I’m using the following command to do so
docker run --rm --net=host memsql/quickstart check-system
But I’m getting this error
Error: MemSQL requires at least 4 GB of memory to run.
What do I do?