• Resolved Scribit

    (@scribit)


    Hi, I have Visual composer 45.9.0 on a AlmaLinux 8 server with Apache and PHP 8.1.

    I’ve set memory limit to 512M in wp-config, and php.ini (both home and domain directories) but when visual composer check tells me that memory limit should be 256M, but my currently value is 128M.

    Maybe it’s actually using 128MB instead of the configured one? Why? Or maybe it is only an issue with the check.

    • This topic was modified 4 months, 2 weeks ago by Scribit.
Viewing 1 replies (of 1 total)
  • Plugin Support Rohan Khandeparkar

    (@rohanvc)

    Hi,

    For detecting memory, the plugin relies on get_cfg_var(‘memory_limit’) function. The values are correctly detected 95% of the time. However, there is an issue in correctly detecting the memory limit on some servers due to their memory settings.

    If you have already set the correct memory value on your server and if it still shows an incorrect value in plugin system status then this might be due to incorrect detection.
    In such case you can ignore this memory-related message.

    Thanks,

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.