Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Haresh's avatar

Segmentation fault error on composer install

I'm getting Segmentation fault error in composer update OR composer install

Please help my website is live Thanks in advance

0 likes
4 replies
Haresh's avatar

Yes, I have tried but that solution not solved my problem.

crnkovic's avatar

Try adding COMPOSER_MEMORY_LIMIT=-1 before the command:

COMPOSER_MEMORY_LIMIT=-1 composer update

Please or to participate in this conversation.