base\ErrorHandler $memoryReserveSize

$memoryReserveSize public property

The size of the reserved memory. A portion of memory is pre-allocated so that when an out-of-memory issue occurs, the error handler is able to handle the error with the help of this reserved memory. If you set this value to be 0, no memory will be reserved. Defaults to 256KB.

public integer $memoryReserveSize = 262144
doc_Yii
2016-10-30 16:51:33
Comments
Leave a Comment

Please login to continue.