public function MemoryDataCollector::getMemoryLimit

Gets the PHP memory limit.

Return value

integer The memory limit

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/MemoryDataCollector.php, line 55

Class

MemoryDataCollector
MemoryDataCollector.

Namespace

Symfony\Component\HttpKernel\DataCollector

Code

public function getMemoryLimit() {
  return $this->data['memory_limit'];
}