Function __global->raise_php_memory_limit

Definitions

sources/global2.php

  • Raise the PHP memory limit to the documented minimum.By default we keep the memory limit lower than that to mitigate the effect of crashes.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Preview

Code (PHP)

/**
 * Raise the PHP memory limit to the documented minimum.By default we keep the memory limit lower than that to mitigate the effect of crashes.
 *
 */

function raise_php_memory_limit()
 

sources/minikernel.php

  • Raise the PHP memory limit to the documented minimum.By default we keep the memory limit lower than that to mitigate the effect of crashes.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Preview

Code (PHP)

/**
 * Raise the PHP memory limit to the documented minimum.By default we keep the memory limit lower than that to mitigate the effect of crashes.
 *
 */

function raise_php_memory_limit()