Share » Forums » Developer » OO-Extension with memory problems

OO-Extension with memory problems

OO-Extension with memory problems

Thursday 24 March 2005 1:12:35 pm - 2 replies

Modified on Thursday 24 March 2005 1:13:00 pm by Thorsten Körner

Author Message

Thorsten Körner

Thursday 24 March 2005 3:11:42 pm

Hi again,

in addition to my last post:

I have set memory_limit to 196MB and max_execution_time to 600 sec.
The result is, that the memory size is exhausted as before.

So I changed line 302 of the file lib/ezi18n/classes/ezchartransform.php from include( $filepath ); to include_once( $filepath );
Now memory_limit won't be exhausted, but the script is running out of time after the allowed execution-time of 600 secs. This are 10 Minutes. (In words: ten minutes).

Is eZ at least not able to handle bigger files (large word-counts but not large file-sizes)???

Has anyone any idea?

-- Thorsten

http://Server4Profis.de CMS, Database and eZ publish Hosting
http://123tk.de Database-, Internet and Intranet Development
eZ publish programing, extensions and modules
SAP, Lotus and IFS integration

Bård Farstad

Friday 25 March 2005 1:27:59 am

Hi Thorsten,

thanks for the info. The OOo import does require quite alot of memory since it uses DOM XML parsing. I will have a look at it and see excacly where the limit is and make this part of the documentation before the release.

The extension is not designed to import very long documents, since eZ publish is not designed to hold very large ammounts of text in the XML attributes there will be a limit for where this becomes useful. For large text documents we need to split it into several objects.

--bård

Documentation: http://ez.no/doc

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu