Describe the problem you’re experiencing?
I am using cluster-in-a-box docker for development and am running it using docker-compose. I see errors related to available disk space to be low even though the database is almost empty.
Available disk space is below the value of ‘minimal_disk_space’ global variable (100 MB). This query cannot be executed.
or
Blob cache has shrunk by a total of 0.750000 precent due to low disk space. The cache will not shrink any furthur. Larger local disks may be required (blob cache max size 37801.561401 MB, disk space available 0.015167 perecent)
I am running Docker Desktop on Windows.
This is the docker-compose settings:
db:
image: singlestore/cluster-in-a-box:latest
ports:
- 3306:3306
- 8306:8080
volumes:
- /var/lib/memsql
- ./init.sql:/init.sql
environment:
- LICENSE_KEY=${SINGLSTORE_LICENSE_KEY}
- ROOT_PASSWORD=${SECRET}
- START_AFTER_INIT=Y
What is your ideal solution? What are you looking for?
I do have enough space available on my local disk. I would like to increase disk space available to the container to avoid such problems. Also I wonder if there are other singlestore settings that you recommend to be set for development purposes. Like turning of logging to a file.
What version(s) of MemSQL or related tools is this affecting?
singlestore/cluster-in-a-box:latest