Clowder runs out of space uploading

If you have a smaller /tmp folder clowder might run out of space when uploading. You can see this if you look at the clowder log files and find a comment about not enough disk space. The temp file might not get deleted either and you could be out of tmp diskspace. You can make clowder use a larger filesystem to hold these temporary files you can add the following option : -Djava.io.tmpdir=/home/clowder/tmp

  • No labels