How to set the php-fpm ondamandHow can I prevent SQL injection in PHP?Deleting an element from an array in PHPHow do I get PHP errors to display?How do you parse and process HTML/XML in PHP?Reference — What does this symbol mean in PHP?How do I check if a string contains a specific word?How does PHP 'foreach' actually work?Why shouldn't I use mysql_* functions in PHP?Apache can't create more than 400 workersapache timeout and keepalive settings
How to tell someone I'd like to become friends without letting them think I'm romantically interested in them?
Is this a reference to the film Alien in the novel 2010 Odyssey Two?
Graduate student with abysmal English writing skills, how to help
Can Jimmy hang on his rope?
Do you need Read access to an object to view its records in a report?
GDPR rights when subject dies; does family inherit subject rights?
Misspelling my name on my mathematical publications
What is this little owl-like bird?
What minifigure is this?
Is a request to book a business flight ticket for a graduate student an unreasonable one?
What's it called when the bad guy gets eaten?
Is it OK to leave real names & info visible in business card portfolio?
Intelligent Ants in the Amazon
Backspace functionality in normal mode
Credit score and financing new car
Why did Old English lose both thorn and eth?
WTB Horizon 47c - small crack in the middle of the tire
Received a dinner invitation through my employer's email, is it ok to attend?
LMOP: what beasts live in Neverwinter Wood?
Data Encryption by Application vs Data Encryption in Database
What are the original Russian words for a prostitute?
Is it possible to split a vertex?
Why do we need common sense in AI?
Distinguish the explanations of Galadriel's test in LotR
How to set the php-fpm ondamand
How can I prevent SQL injection in PHP?Deleting an element from an array in PHPHow do I get PHP errors to display?How do you parse and process HTML/XML in PHP?Reference — What does this symbol mean in PHP?How do I check if a string contains a specific word?How does PHP 'foreach' actually work?Why shouldn't I use mysql_* functions in PHP?Apache can't create more than 400 workersapache timeout and keepalive settings
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
We are running a Wordpress site + Apache/PHP-FP on VPS with 16GB ram and 4 Cores CPU, the traffic is not much only around 60 UV/per day, the Wordpress using the X-theme and cornerstone with 30+ plugins.
For some reason the memory eat up very quick, I have to restart the HTTPD and PHP-FPM services couple times a day to free up the memory.
Could someone tell me if my config is optimized for memory/CPU usage?
Thanks!
Config for PHP-FPM
pm = ondemand
pm.max_children = 10
pm.process_idle_timeout = 7s
pm.max_requests = 800
For APACHE config
Timeout 30
KeepAlive On
MaxKeepAliveRequests 400
KeepAliveTimeout 2
<IfModule mpm_event_module>
ServerLimit 1800
StartServers 4
MinSpareThreads 35
MaxSpareThreads 95
ThreadLimit 75
ThreadsPerChild 45
MaxRequestWorkers 1600
MaxConnectionsPerChild 650
</IfModule>
php apache
add a comment |
We are running a Wordpress site + Apache/PHP-FP on VPS with 16GB ram and 4 Cores CPU, the traffic is not much only around 60 UV/per day, the Wordpress using the X-theme and cornerstone with 30+ plugins.
For some reason the memory eat up very quick, I have to restart the HTTPD and PHP-FPM services couple times a day to free up the memory.
Could someone tell me if my config is optimized for memory/CPU usage?
Thanks!
Config for PHP-FPM
pm = ondemand
pm.max_children = 10
pm.process_idle_timeout = 7s
pm.max_requests = 800
For APACHE config
Timeout 30
KeepAlive On
MaxKeepAliveRequests 400
KeepAliveTimeout 2
<IfModule mpm_event_module>
ServerLimit 1800
StartServers 4
MinSpareThreads 35
MaxSpareThreads 95
ThreadLimit 75
ThreadsPerChild 45
MaxRequestWorkers 1600
MaxConnectionsPerChild 650
</IfModule>
php apache
add a comment |
We are running a Wordpress site + Apache/PHP-FP on VPS with 16GB ram and 4 Cores CPU, the traffic is not much only around 60 UV/per day, the Wordpress using the X-theme and cornerstone with 30+ plugins.
For some reason the memory eat up very quick, I have to restart the HTTPD and PHP-FPM services couple times a day to free up the memory.
Could someone tell me if my config is optimized for memory/CPU usage?
Thanks!
Config for PHP-FPM
pm = ondemand
pm.max_children = 10
pm.process_idle_timeout = 7s
pm.max_requests = 800
For APACHE config
Timeout 30
KeepAlive On
MaxKeepAliveRequests 400
KeepAliveTimeout 2
<IfModule mpm_event_module>
ServerLimit 1800
StartServers 4
MinSpareThreads 35
MaxSpareThreads 95
ThreadLimit 75
ThreadsPerChild 45
MaxRequestWorkers 1600
MaxConnectionsPerChild 650
</IfModule>
php apache
We are running a Wordpress site + Apache/PHP-FP on VPS with 16GB ram and 4 Cores CPU, the traffic is not much only around 60 UV/per day, the Wordpress using the X-theme and cornerstone with 30+ plugins.
For some reason the memory eat up very quick, I have to restart the HTTPD and PHP-FPM services couple times a day to free up the memory.
Could someone tell me if my config is optimized for memory/CPU usage?
Thanks!
Config for PHP-FPM
pm = ondemand
pm.max_children = 10
pm.process_idle_timeout = 7s
pm.max_requests = 800
For APACHE config
Timeout 30
KeepAlive On
MaxKeepAliveRequests 400
KeepAliveTimeout 2
<IfModule mpm_event_module>
ServerLimit 1800
StartServers 4
MinSpareThreads 35
MaxSpareThreads 95
ThreadLimit 75
ThreadsPerChild 45
MaxRequestWorkers 1600
MaxConnectionsPerChild 650
</IfModule>
php apache
php apache
asked Mar 26 at 0:50
Mapperkids LeeMapperkids Lee
421 silver badge12 bronze badges
421 silver badge12 bronze badges
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55348368%2fhow-to-set-the-php-fpm-ondamand%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55348368%2fhow-to-set-the-php-fpm-ondamand%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown