My question is simple I wanted to extract a somename.tar.7z compressed file in my droplet but it says it run out of memory, something like that ( I have a $5/mo droplet)
Is it possible to use an alternative of p7zip-full because I really wanted .tar.7z files, they are really tiny and easy to upload from my local computer to droplet.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
To use the 7zip compression format on Ubuntu, install it with:
It sounds like you already got that far, but you are running into issues with running out of memory. How big are the files that you’re extracting? You’re best bet is probably to create a SWAP file, check out: