root@web:~# ispconfig_update.sh PHP Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 523800 bytes) in Unknown on line 0 Could not startup. In which php.ini file do I need to change the memory_size setting. All the files that I know have a memory size of 128, but I stil get this problem during update.
If you use ubuntu or debian, then change the cli php.ini, for other distributions its the one that is also sused for cgi scripts.
Stupid mistake by me, I had 128MB in the php.ini, changed it to 128M and restarted apache and it is working now. Thanks for the help Till.