gnewsense-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gNewSense-users] execution time


From: Brian Brazil
Subject: Re: [gNewSense-users] execution time
Date: Sat, 2 Aug 2008 16:54:47 +0100

On Sat, Aug 2, 2008 at 1:26 PM, Edianer <address@hidden> wrote:
Please can someone fix this search problem?
http://wiki.gnewsense.org/Main/HomePage?q=test&action="">
-> Fatal error: Maximum execution time of 30 seconds exceeded in
/var/www/pmwiki-2.1.27/pmwiki.php on line 795

Someone with write permission, should make the "max_execution_time"
constant in the php.ini file higher.

We've got ~120 MB of data on disk. Sequential HDDs reads are at ~50MB/s, so it should be possible to search it in under 3 seconds, even if it has to hit disk for everything (which it shouldn't - the server has sufficient RAM).

Bumping the timeout on an inefficient bit of code doesn't fix the actual problem, it just slows down other queries.

Brian

reply via email to

[Prev in Thread] Current Thread [Next in Thread]