Skip to content

Add configurable temporary directory for import command #1980

@themantre

Description

@themantre

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:

no space left on device

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions