Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No space left on device #24

Open
ruppde opened this issue Oct 4, 2023 · 1 comment
Open

No space left on device #24

ruppde opened this issue Oct 4, 2023 · 1 comment

Comments

@ruppde
Copy link

ruppde commented Oct 4, 2023

Have you tried directly piping it to 7z or bzip2 instead of first creating the file and then compressing it? e.g.

cat private_ip_192 0-9999 ... |  7z a -si Compilation/small.7z

cat private_ip_192 0-9999 ... |  bzip2 -9 > Compilation/small.bz2
@clem9669
Copy link
Owner

Hi @ruppde,

This could be an idea but the previous step in Github Action is to deduplicate lines, then to compress.
Giving up on dedup seems not optimal.

I will see what I could do about that.

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants