*

dsf

  • *****
  • 261 posts
osclass memory limit
« on: May 02, 2021, 07:37:35 PM »
Hello.

Until now we used

define('OSC_MEMORY_LIMIT', '256M') ;

but now i see in your sample config the memory size without the two "quotes" (or whatever they are called):

// PHP memory limit (ideally should be more than 128MB)
// define('OSC_MEMORY_LIMIT', 64);

What shall we use?

Thank you !

Marked as best answer by frosticek on May 02, 2021, 08:27:46 PM
*

MB Themes

Re: osclass memory limit
« Reply #1 on: May 02, 2021, 08:26:35 PM »
@dsf
Thanks for feedback, your solution is correct.
Also when looking into default-constants.php, limit must be string with "M" at the end:
Code: [Select]
  define('OSC_MEMORY_LIMIT', '64M');
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots