Closed
Description
Summary (*)
If you use official php-fpm docker image (php:7.1-fpm) for your magento store , the parallel deploying of static content is not working ... i dont know what is causing this or what extension or configure build of php is needed for this functionality.
Examples (*)
php bin/magento setup:static-content:deploy --jobs=8 -f en_US de_DE
Proposed solution
I have no idea , i was trying to check if its related to pthread php extension , but I found that it removed from php 7.1 and upper.