TMD20/PT-Muxer

tmp folder runs out of space

Closed this issue · 0 comments

TMD20 commented

Depending on your OS and permission you may not be able to use the default temp folder
Or it may not have enough space

This setting can be change in config.py
tempFolder=tempfile.gettempdir()

Just change tempfile.gettempdir() to the directory you want to use

This is very important on seedboxes since you probably don't have access to the system temp folder.
or in some causes your partitions may be setup with very limited space for the temp folder