mirror of
https://github.com/manuelkasper/AS-Stats.git
synced 2025-02-20 11:44:12 +08:00
* Set memory_limit to 256 MB in PHP pages
This commit is contained in:
parent
c8ce962aed
commit
9b5f139779
5
README
5
README
@ -5,7 +5,10 @@ by Manuel Kasper, Monzoon Networks AG <mkasper@monzoon.net>
|
||||
|
||||
Changes
|
||||
-------
|
||||
xxxx Allow NetFlow aggregation version 0 as well as 2 to make NetFlow
|
||||
xxxx Set memory_limit to 256 MB in PHP pages (suggested by Steve Colam
|
||||
<steve@colam.co.uk>).
|
||||
|
||||
Allow NetFlow aggregation version 0 as well as 2 to make NetFlow
|
||||
exports from Juniper routers work (suggested by Thomas Mangin
|
||||
<thomas.mangin@exa-networks.co.uk>).
|
||||
|
||||
|
@ -7,6 +7,9 @@
|
||||
|
||||
require_once('config.inc');
|
||||
|
||||
/* make sure we have enough memory, as some pages can be quite memory intensive */
|
||||
ini_set("memory_limit", "256M");
|
||||
|
||||
/* note: you might want to put the data from asinfo.txt into an SQL
|
||||
database to avoid having to read the whole file all the time */
|
||||
function getASInfo($asnum) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user