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.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
To use the 7zip compression format on Ubuntu, install it with:
sudo apt-get install p7zip-full
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:
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.