Forum


Replies: 7   Views: 4238
Combining addtext and createwordmlfragment consumes huge memory resource
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by gang  · 01-11-2013 - 00:35

[quote=jorgelj]



Hello,



As you may check on this post:



http://www.phpdocx.com/blog-news/phpdocx-35-general-performance-benchmark



PHPDocX is very fast and the peak memory use is very low. Please open your php.ini and post the value of the memory_limit option.



Regards.



[/quote]



 



Thanks for your reply. In php.ini, I've setup my memory to 128M. On top of that, while debugging, I ended up putting ini_set('memory_limit',-1); but it doesn't help.



I execute 'top -M' just to see the memory consumption, and it keeps adding up. I had to stop the process when the memory consumption reach 90%.



Regards.