Commit 378a5f7de48da40a3303adacd44c3a1350a3d253
1 parent
e01ca7c5
Exists in
master
and in
101 other branches
Increase PHP memory limit
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
php/config.php
... | ... | @@ -63,7 +63,7 @@ define('EPNTAP_APIS', 'http://voparis-tap.obspm.fr/__system__/tap/run/tap/sync') |
63 | 63 | define('EPNTAP_AMDA', 'http://cdpp-epntap.irap.omp.eu/__system__/tap/run/tap/sync'); |
64 | 64 | |
65 | 65 | // PHP run-time settings |
66 | -ini_set('memory_limit',128000000); | |
66 | +ini_set('memory_limit',256000000); | |
67 | 67 | ini_set('max_execution_time',600); // max PHP execution |
68 | 68 | |
69 | 69 | ini_set('default_socket_timeout', 600); //TODO if this is needed ? IMPEX LONG DURATION WEBSERVICES | ... | ... |