You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One possible solution is to change the storage-driver to devicemanager and configure a new max limits in the Docker engine. This change would affect all the Docker running on the machine.
Another solution is to link the folders that need to store great amounts of data to the host filesystem using volumes. This change can be made on the docker -compose file and any rebuild.
My suggestion is to bind container:/ossmeter/git to a folder on the host filesystem. This migration will delete the previous data on the container:/ossmeter/git folder. But will be populated as deltas are created.
The text was updated successfully, but these errors were encountered:
The Docker storage limit imposed by the
Overlay2
storage driver seems to be the cause of several issues: crossminer/scava-deployment#107, crossminer/scava#390.One possible solution is to change the storage-driver to
devicemanager
and configure a new max limits in the Docker engine. This change would affect all the Docker running on the machine.Another solution is to link the folders that need to store great amounts of data to the host filesystem using volumes. This change can be made on the docker -compose file and any rebuild.
My suggestion is to bind
container:/ossmeter/git
to a folder on the host filesystem. This migration will delete the previous data on thecontainer:/ossmeter/git
folder. But will be populated as deltas are created.The text was updated successfully, but these errors were encountered: