You are here

constant PARSER_MINIMUM_PHP_MEMORY in Grammar Parser Library 7.2

Same name and namespace in other branches
  1. 7 gplib.install \PARSER_MINIMUM_PHP_MEMORY

Minimum recommended value of PHP memory_limit.

1 use of PARSER_MINIMUM_PHP_MEMORY
gplib_requirements in ./gplib.install
Implements hook_requirements().

File

./gplib.install, line 13
Install, update and uninstall functions for the Grammar Parser Library module.

Code

define('PARSER_MINIMUM_PHP_MEMORY', '128M');