You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The export API uses currently five times the space of the SLC (see here):
The docker image
The TAR file
The unextracted TAR file (Directory)
The packed modified TAR file
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.