11
a little kick of this topic.
My host has set the php memory limit to 4MB. Now my XOOPS site runs fine after my last post a few months ago, but I discovered that the edit/create user function in the admin didn't work due to exceeding of that 4MB memory limit. Now i modified the admin.php with "ini_set("memory_limit","8M");" and it works again, but I think it's strange that I have to edit this manually.
My question is: Does XOOPS use a abnormally ammount of memory? Or is my webhost a little paranoia and have they set this limit much to low?
Maybe a developer or other php expert can tell me this? If you guys say this limit is too low, i will contact my webhost about this.