# MacOs Super Slow

**URL:** https://community.kinsta.com/t/macos-super-slow/3435
**Category:** Bug Reports
**Created:** [May 14, 2024, 11:40am UTC](https://community.kinsta.com/t/macos-super-slow/3435 "2024-05-14T11:40:18Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![rtpHarry](https://avatars.discourse-cdn.com/v4/letter/r/3be4f8/32.png) [@rtpHarry](https://community.kinsta.com/u/rtpHarry)
#### Post date: [May 14, 2024, 11:40am UTC](https://community.kinsta.com/t/macos-super-slow/3435/1 "2024-05-14T11:40:18Z")

</div>

**Q: Date/Time this occurred (Provide your time zone also)**  
**A:** Always slow, sometimes 500 timeout error

**Q: DevKinsta Version**  
**A:** 2.13.2

**Q: OS Version**  
**A:** MacOs 14.4.1 (23E224) / on Intel hardware / 32gb ram / 16 cores

**Q: Docker Desktop Version**  
**A:** 4.3.0

**Q: Were any error codes or messages observed? If so, what were they?**  
**A:** Sometimes 500 error codes

**Q: Detailed Description of the Problem**  
**A:**

Well I thought I would follow this up, despite reading tons of threads, I cannot see any that are in 2024.

The Virtios file system speed improvement is built into docker now and enable by default it seems.

In docker I’ve give it access to all 16 cores and 7.9gb of ram.

The site is a hefty site, it has tons of plugins and is woocommerce based, so I kind of expect it to be taxing on my system.

My complaint though is that it is not:

 ![kinsta-slow](https://us1.discourse-cdn.com/flex020/uploads/kinsta/original/2X/7/737080f9a4ae639c98de10ecb3a217cf780c3309.png)

It just creaks along taking multiple minutes to load pages, and sometimes erroring out with 500 timeouts.

As you can see in the screenshot above, its barely taking up 1 cpu of use.

Why isn’t it using anything near the amount of resources that are available to it?

---

<div class="post-metadata">

### Author: ![Alessandro](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/alessandro/32/2310_2.png) [@Alessandro](https://community.kinsta.com/u/Alessandro)
#### Post date: [May 14, 2024, 2:18pm UTC](https://community.kinsta.com/t/macos-super-slow/3435/2 "2024-05-14T14:18:03Z")

</div>

Hey @rtpHarry 👋  
Have you tried increasing the number of max\_children yet?  
To do so:

1. Open Docker and move into the devkinsta\_fpm container
2. Select Terminal (or Exec)
3. Install an editor like nano:

- `sudo apt-get update`
- `sudo apt-get install nano`

1. Edit the conf file of the PHP version your site is using, for example

- `nano /etc/php/8.3/fpm/pool.d/www.conf`

1. Edit the number of the `pm.max_children` value, if I am not mistaken the default is 8 but you can double it
2. Press CTRL X, type y and press enter
3. Restart the devkinsta\_fpm container

Regards,  
Alessandro

---

<div class="post-metadata">

### Author: ![rtpHarry](https://avatars.discourse-cdn.com/v4/letter/r/3be4f8/32.png) [@rtpHarry](https://community.kinsta.com/u/rtpHarry)
#### Post date: [May 15, 2024, 7:44pm UTC](https://community.kinsta.com/t/macos-super-slow/3435/3 "2024-05-15T19:44:29Z")

</div>

Thanks, I’ve just tried that but still seeing 30s page loads for the site, and it doesn’t seem to be using much of the resources available to it:

https://fast.wistia.net/embed/iframe/kqqhgg6avt?twitter=true

---

<div class="post-metadata">

### Author: ![Adrian\_L](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/adrian_l/32/2810_2.png) [@Adrian\_L](https://community.kinsta.com/u/Adrian_L)
#### Post date: [May 16, 2024, 4:04am UTC](https://community.kinsta.com/t/macos-super-slow/3435/4 "2024-05-16T04:04:37Z")

</div>

@rtpHarry

Hmm, can you also check if the current set PHP Wokers ( **pm.max\_children** ) has any indication of getting maxed out in `/var/log/php8.3-fpm.log` inside the **devkinsta\_fpm** container when navigating through your local site?
