Changeset 17718


Ignore:
Timestamp:
04/28/14 19:09:05 (11 years ago)
Author:
tbretz
Message:
Increased memory limit to allow for roi=1024 -- There is unfortunately no easy way to reduce the memory consumption of php arrays... they are in the order of 100 bytes per entry\! Therefore a maximum event size is 100 MB \!
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/www/viewer/index.php

    r17713 r17718  
    125125}
    126126
     127// This is to allow for events of ROI=1024
     128ini_set("memory_limit", "384M");
     129
    127130//define('E_FATAL',  E_ERROR | E_USER_ERROR | E_PARSE | E_CORE_ERROR |
    128131//        E_COMPILE_ERROR | E_RECOVERABLE_ERROR);
Note: See TracChangeset for help on using the changeset viewer.