Forum Replies Created

Viewing 2 replies - 31 through 32 (of 32 total)
  • Hi, run into this problem myself, Autoptimize breaks PUM.. or vise versa ??

    Anyway, I found out that it is (for me at least) the “Remove Google Fonts?” option that actually breaks PUM. PUM works ok without excluding js or css from AO, but if that feature is enabled, then it wont.

    – Yorkki

    Thread Starter yorkki

    (@yorkki)

    Hi,.. hmm now I can’t seem to duplicate the error anymore…

    Going to keep following the log, I’ll keep you posted. What I did was I changed Apache config a bit,.. here is what I added to my Apache config:

    KeepAlive On
    <IfModule prefork.c>
    StartServers 10
    MinSpareServers 10
    MaxSpareServers 20
    ServerLimit 500
    MaxRequestWorkers 500
    MaxConnectionsPerChild 0
    </IfModule>

    So basically I doubled the defaults. ServerLimit and MaxRequestWorkers defaults at 250 if I’m not mistaken. Also few more servers, as it defaults at 5.

    Not sure if this did the trick, maybe someone can comment on this ??

Viewing 2 replies - 31 through 32 (of 32 total)