• Resolved jmavajac

    (@jmavajac)


    So my lightsail instance is 2 GB RAM, 2 vCPUs, 60 GB SSD and it still kills my php fpm to the point where i have to restart. Are there any other performance tips to keep my server up?

Viewing 1 replies (of 1 total)
  • Thread Starter jmavajac

    (@jmavajac)

    So I think I resolved this by tuning down some of the default php fpm settings that come with the bitnami lightsail instance, specifically:

    pm = dynamic
    pm.max_children=4

    pm.max_requests=1000

    Not sure exactly which of these did the trick but export finishes in like 10 mins vs the hours it was taking before 🤣

Viewing 1 replies (of 1 total)

The topic ‘Keeps Killing My Instance’ is closed to new replies.