Skip to content

Minimize usage of disk space during export #258

@tomuben

Description

@tomuben

Background

The export API uses currently five times the space of the SLC (see here):

  1. The docker image
  2. The TAR file
  3. The unextracted TAR file (Directory)
  4. The packed modified TAR file
  5. The compressed modified TAR file

We can delete the TAR file/Directory in step 2 and step 3 after they are not needed.
Also we could provide an additional command line parameter to delete the docker image when it's not needed anymore.

Metadata

Metadata

Assignees

Labels

featureProduct feature

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions