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

akempis's avatar

Using Multi-core VPS hosting

In scaling Laravel, how do you maximize the Multi-core VPS hosting (e.g. Digital Ocean)?

0 likes
3 replies
bashy's avatar

What about multicore do you want to ask about? Nginx/PHP-FPM using multiple cores? Or how to scale it across multiple nodes?

akempis's avatar

Thanks bashy for the reply. I'd like to know more about Nginx/PHP-FPM using multiple cores.. If you can point me to a very good article on how to set it up that would be great.

bashy's avatar

worker_processes 8; to the number of cores your CPU has...?

Please or to participate in this conversation.