Forums / Install & configuration / Memory: 8MB instead of 12MB
J H
Friday 27 February 2004 1:32:17 am
Is it possible to run eZ Publish on a server limited to 8MB memory (per script process)?
Just found out that it needs 12MB and my server only provide 8MB with small to no possibilty for an increase to 12MB. Is minimum 12MB a strict requirement?
James Packham
Friday 27 February 2004 3:34:53 am
Yeah, you'll just get a load of nasty errors if you try it on less than 12. On the brightside this is one of things EZ are working on.
Regards,
James
Martin Ulrich
Friday 27 February 2004 8:52:35 am
I had the same probleme. I am on shared hosting server. I solved it by changing .htaccess and load hidden file .htaccess into ez root.
my htaccess with 24 MB :
<FilesMatch "\.(php|html?)$"> php_value memory_limit 24M</FilesMatch>
_______________________ http://artenic.de ARTENIC - Publishing mit allen Mitteln!
Alexandre Cunha
Monday 08 March 2004 8:24:50 am
Doest solve for me.Using a shared host too.
Any ideas ?
http://AlexandreCunha.com
Bruce Morrison
Monday 08 March 2004 3:32:19 pm
I think you will have to wait for 3.4http://ez.no/community/blog/just_got_below_8mb
Bruce
My Blog: http://www.stuffandcontent.com/ Follow me on twitter: http://twitter.com/brucemorrison Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish
Iain MacLean
Monday 15 March 2004 6:32:54 pm
Hi
Try adding this as the first line in index.php (straight after the commented-out header) if the .htaccess option doesn't work.
ini_set ( memory_limit, "24M" );
I'm also on a shared host and the provider won't change the system-wide php.ini file. This worked for me.
Cheers
Iain