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

get rid of the warning issued by parallel #232

Open
yegor256 opened this issue Mar 21, 2024 · 1 comment
Open

get rid of the warning issued by parallel #232

yegor256 opened this issue Mar 21, 2024 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@yegor256
Copy link
Owner

I'm getting this:

make clean
make REPOS=1

...

+++ clone +++

parallel: Warning: Only enough file handles to run 60 jobs in parallel.
parallel: Warning: Try running 'parallel -j0 -N 60 --pipe parallel -j0'
parallel: Warning: or increasing 'ulimit -n' (try: ulimit -n `ulimit -Hn`)
parallel: Warning: or increasing 'nofile' in /etc/security/limits.conf
parallel: Warning: or increasing /proc/sys/fs/file-max
leeowenowen/rxjava-examples (1/1): trying to clone it...
leeowenowen/rxjava-examples cloned (1/1), 30M, in 10s
Cloned 1 repositories in 12 threads, in 10s
Finished, in 10s

...

Would be great to somehow fix the script to avoid this warning.

@yegor256 yegor256 added bug Something isn't working help wanted Extra attention is needed labels Mar 21, 2024
@LaithAlebrahim
Copy link
Contributor

Hi @yegor256 , Please read this : https://www.reddit.com/r/linux4noobs/comments/b3mink/how_to_increase_the_number_of_file_handles/
It seems the warning is from the system itself could not be solved in the script

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants