On Tue, 19 Dec 2006, Florian Klaempfl wrote:

> Matt Emson schrieb:
> >> Another source of info might be
> > http://www.freepascal.org/mantis/changelog_page.php
> > 
> > 
> > Though it gives quite a lot of info, that page also fails with the following
> > error (just now, maybe not always?) :
> > 
> > Fatal error: Allowed memory size of 10485760 bytes exhausted (tried to
> > allocate 35 bytes) in /FPC/html/mantis-1.0.3/core/bug_api.php on line 880
> 
> Usually retrying after a few minutes helps. Stupid php ...

It has nothing to do with PHP (well, not only) it's the use of MySQL 
in PHP. MySQL support in PHP caches all query results. (it has to, because
MySQL does not allow handling the result of 2 queries at the same time)

Switching to another database would for instance improve the situation.

Michael.


_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to