Increasing available disk space

Hi @HeathTechSol
Assuming you already have enough free space on the disk in use…

If you run docker then you can update the ‘storage’ amount in the docker run command:

-e STORAGE="2TB" \ to -e STORAGE="5TB" \

If you run Windows then you can edit the config.yaml file (default location is C:\Program Files\Storj\Storage Node) in Notepad++:

storage.allocated-disk-space: 2.0 TB

to

storage.allocated-disk-space: 5.0 TB

Then in both cases stop and start the storage node for the new value to take effect.

2 Likes