You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You shouldn't fork 100 processes. Try using 2. The value used shouldn't be higher than the number of threads available. Run nproc in Bash on the target machine to see the max value you can use.
Hi, I have a problem when I use phpcs
parallel
directive. I run a phpcs command and I see<arg name="parallel" value="100"/><!-- Enables parallel processing when available for faster results. -->
After 5 minutes I got error about 300 sec timeout
I can try to run on another docker project and it's work there.
The text was updated successfully, but these errors were encountered: