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 !