Limit database connections from wordpress sites
-
I have a MariaDB server runing 10 databases/users used for 10 different WordPress sites.
I wanna limit the resources so 1 site doesn’t consumes it all. And i think the max connections and max user connections is the variable i should play with.
So my main question is does “max connections” (default 151) limit the connections to each database or is it shared with all databases on the server?
And how do the max_user_connections varible work, is it connections per ip address that request data?
My goal is to limit the each WordPress site from using to much resources and i wanna limit the database connections to a minimum for each site.
Any help is much appreciated!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Limit database connections from wordpress sites’ is closed to new replies.