Page memory limit

Categories

Component ID

1331222

Component name

Page memory limit

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

1998

Component created

Component changed

Component body

Allows you to set an array of PHP memory limits keyed by page path in $conf.

Usage

// Increases the memory limit on admin pages to 192 MB
$conf['page_memory_limit']['<admin>'] = '192M';