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 increas
Check your "safe_mode" setting - if enabled, it might prevent you from raising the memory_limit (allthough it's not documented).