Extend memory on install/shared host

Author Message

Peter Szmulik

Monday 19 July 2004 5:37:21 am

Hi

I'm trying to install eZ Publish on a shared host. They use a default PHP memory size of 8MB which - as the eZ install script points out - is too small. To extend this I have the following options (Unix):
1. talk my host into extending the memory limit globally; won't happen
2. place a modified php.ini file in EACH directory of eZ publish that contains php scripts
3. place a symbolic link to a modified php.ini file in EACH directory of eZ publish that contains php scripts
4. edit all eZ php scripts with the following line: ini_set ( memory_limit, "24M" );

Wouldn't it be a good idea to extend the memory check thing in the install script to:
* identify any memory limitation as today
* ask the user how much memory to allocate
* set memory size globally using item 4. above?

Please?

Best Regards
Peter

Frederik Holljen

Tuesday 20 July 2004 2:24:14 am

Try this:

#!/bin/bash
# prepend header to 'php' files
echo "ini_set ( memory_limit, "24M" );" > tmp

for FILE in `find -name "*php"`; do
( cat tmp $FILE ) | cat > $FILE.new
mv $FILE.new $FILE

done

Björn Dieding@xrow.de

Tuesday 20 July 2004 5:20:36 pm

<1. talk my host into extending the memory limit globally; won't happen

you can set the memory limit per vhost in apache. Ask your host about this. That is the easiest way.

 

Looking for a new job? http://www.xrow.com/xrow-GmbH/Jobs
Looking for hosting? http://hostingezpublish.com
-----------------------------------------------------------------------------
GMT +01:00 Hannover, Germany
Web: http://www.xrow.com/

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 11:24:19
Script start
Timing: Jan 18 2025 11:24:19
Module start 'layout'
Timing: Jan 18 2025 11:24:19
Module start 'content'
Timing: Jan 18 2025 11:24:20
Module end 'content'
Timing: Jan 18 2025 11:24:20
Script end

Main resources:

Total runtime0.6749 sec
Peak memory usage4,096.0000 KB
Database Queries59

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0071 588.0313152.6406
Module start 'layout' 0.00710.0029 740.671939.4609
Module start 'content' 0.01000.6636 780.1328578.9922
Module end 'content' 0.67360.0013 1,359.125012.1563
Script end 0.6749  1,371.2813 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.5085160.0002
Check MTime0.00140.2021160.0001
Mysql Total
Database connection0.00090.126410.0009
Mysqli_queries0.622092.1554590.0105
Looping result0.00060.0910570.0000
Template Total0.634594.020.3172
Template load0.00220.323020.0011
Template processing0.632393.676620.3161
Template load and register function0.00020.035910.0002
states
state_id_array0.00120.181810.0012
state_identifier_array0.00090.135420.0005
Override
Cache load0.00180.2731320.0001
Sytem overhead
Fetch class attribute can translate value0.00070.102230.0002
Fetch class attribute name0.00100.145450.0002
XML
Image XML parsing0.00100.153530.0003
class_abstraction
Instantiating content class attribute0.00000.001850.0000
General
dbfile0.00080.1159220.0000
String conversion0.00000.001240.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
8content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
5content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 20
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs