• When i upgrade your plugin new version, my server’s fast-cgi service usage my all cpu core 100%. When i deactive your plugin, CPU usage is returning to normal.

    My Server
    ——————
    Nginx + Php-Fpm + wordpress 4.8 + W3 Total Cache Version 0.9.5.4

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,
    what kind of settings are made on php configuration file?
    Which server Api are you using?

    Thread Starter smyrnof

    (@smyrnof)

    My php conf;

    default_charset = UTF-8;
    max_execution_time = 18000;
    upload_max_filesize = 100M;
    post_max_size = 110M;
    memory_limit = 1024M;
    mysql.connect_timeout = 120;
    session.auto_start = 0
    session.use_cookies = 1;
    session.use_trans_sid = 0;
    session.gc_maxlifetime = 12000000;
    max_input_vars =10000
    zlib.output_compression = Off
    display_errors = Off
    date.timezone = “Europe/Istanbul”
    magic_quotes_gpc = Off;
    register_globals = Off;
    suhosin.session.encrypt = off

    opcache.enable=1
    opcache.memory_consumption=300
    opcache.max_accelerated_files=50000
    opcache.revalidate_freq=300
    opcache.validate_timestamps=1

    i am talking about the settings of phpinfo file with their extensions
    Appreciate your response
    Thanks

    Ben

    (@benbornschein)

    max_execution_time = 18000;
    Reduce this value and proof if your cpu usage goes back to normal.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘all cpu core usage 100%’ is closed to new replies.