X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/95961d098da553a335c9c44dc6a9827b83e7fc99..4f75f4cb6e468a8de282a81615e7c720e154c8b4:/website/details.php?ds=sidebyside diff --git a/website/details.php b/website/details.php index 495db2b4..10cd07e1 100755 --- a/website/details.php +++ b/website/details.php @@ -7,14 +7,7 @@ require_once(CONST_BasePath.'/lib/output.php'); $sOutputFormat = 'html'; - /* - $fLoadAvg = getLoadAverage(); - if ($fLoadAvg > 3) - { - echo "Page temporarily blocked due to high server load\n"; - exit; - } - */ + ini_set('memory_limit', '200M'); $oDB =& getDB();