-
Hi! I use phalcon 3.4.
And the result of this is:
Any help? |
Beta Was this translation helpful? Give feedback.
Answered by
Jeckerson
Mar 30, 2021
Replies: 1 comment
-
Hello This is not a problem of Phalcon. Default memory limit per request in PHP is 128Mb.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hart323
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello
This is not a problem of Phalcon. Default memory limit per request in PHP is 128Mb.
ini_set('memory_limit', '1G') // set memory limit 1Gb per request