Okay
  Public Ticket #1233096
system status - memory limit
Closed

Comments

  • hnhn2 started the conversation

    Hi,

    the system status page in Kalium incorrectly handles the value for php memory_limit and reports it as a problem: "256 KB - We recommend setting memory to at least 128MB. See: Increasing memory allocated to PHP

    In reality the value is 256MB. Values being compared are:

      Kalium_Helpers::letToNum(WP_MEMORY_LIMIT) = 131072

      Kalium_Helpers::letToNum(@ini_get('memory_limit')) = 262144

    and

      128 * MB_IN_BYTES = 134217728

    i.e. the threshold value is in bytes while the limit value are in KB.

  • [deleted] replied

    Hi hnhn2

    We have noticed the issues will be delivered soon to our clients.

    Thank you for helping us to be better we appreciate your help

    We will set closed this ticket closed from here.

    Thank you.