Skip to content

Move SpooledTempFile to /var/tmp by default on *nix #354

@Stebalien

Description

@Stebalien

At the moment, the backing file file is created in the default temporary directory. However, on many linux systems, this is ram-backed by default.

We should either:

  1. Special-case SpooledTempFile and store files in /var/tmp by default on all unix platforms (other than macos?).
  2. Provide an additional method to create the spooled temporary file in the right "on-disk" temporary directory in a platform independent way.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions