yegor256/cam

get rid of the warning issued by `parallel`

Open

#232 opened on Mar 21, 2024

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Shell (51 forks)github user discovery
bughelp wanted

Repository metrics

Stars
 (27 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide