I just noticed that I am unable to increase my memory limit above the value configured in php.ini using ini_set()
. I can, however, set it to any value below that and increase it to any other value below the one defined in the ini-file.
Does anyone know why this happens or how I could fix it?