• My Hosters Limit 256M, Bento want me to change to: define (‘WP_MEMORY_LIMIT’, ‘2048M’));
    Is 2048 seems to be a mistake to me. What is the truth?
    Thank you for help! gue

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • hey ruhig,
    define( ‘WP_MEMORY_LIMIT’, ini_get( ‘memory_limit’ ) );
    works for me, and I have php memory_limit at 256M.

    Theme Author satoristudio

    (@satoristudio)

    Hello @derx, thanks for choosing Bento! The line you’re referring to is just one of a set of possible steps recommended in our manual’s FAQ (second question), it’s a step to try if an item returns an empty screen after being activated. In case this is the case with your website, please let me know!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Memory Limit’ is closed to new replies.