Replies: 2 comments 1 reply
-
@peterjaap please, take a look. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I see. Will take a look |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Deployer Version
v7.3.3
Target OS
CentOS Linux 7 (Core)
Which PHP version are you using?
PHP 8.1
Content of deploy.php or deploy.yaml
Steps to reproduce
Magento version: 2.4.5-p5
php: 8.1
Applied magento patch for the static content deployment magento/magento2@12a9eac
When deploying a magento project with the magento2 recipe, the static content deployment
magento:deploy:assets
fails when using multiple jobsphp -d allow_url_fopen=on -d memory_limit=8G bin/magento setup:static-content:deploy --content-version=123456789 de_DE -j 3 --exclude-theme Magento/luma
with the following error message: exit code 141 (Write to pipe with no one reading) .Everything works ok when removing the jobs parameter
-j 3
. Also the above commandphp -d allow_url_fopen=on -d memory_limit=8G bin/magento setup:static-content:deploy --content-version=123456789 de_DE -j 3 --exclude-theme Magento/luma
works properly when running it directly on the server when connected via ssh.To me it looks like the deployer recipe for some reason cannot handle multiple jobs on the static content deployment or i am missing some sort of configuration which i cannot figure out.
Any feedback would be very much appreciated
Beta Was this translation helpful? Give feedback.
All reactions