Description
Currently, Pactus uses the /tmp folder to extract imported data. On some Linux distributions, /tmp is mounted as tmpfs (RAM-based) with limited size. This can cause nodes to fail with:
even when the system has plenty of disk space available elsewhere.
Proposed Solution
Add a configurable option to specify the temporary directory path, defaulting to /tmp.
Description
Currently, Pactus uses the
/tmpfolder to extract imported data. On some Linux distributions,/tmpis mounted astmpfs(RAM-based) with limited size. This can cause nodes to fail with:even when the system has plenty of disk space available elsewhere.
Proposed Solution
Add a configurable option to specify the temporary directory path, defaulting to
/tmp.