memory-limit
Drupal execution memory limit in hosting provider
We developed the Drupal based portal. After the testing and deployment (in locally) the site was working perfectly. But when I move the site to the online server (hosting), the site was facing the mem[详细]
2023-02-07 12:32 分类:问答"php --help" results in "PHP memory exhausted" error on Ubuntu
开发者_运维知识库PHP Fatal error:Allowed memory size of 262144 bytes exhausted (tried to allocate 523800 bytes) in Unknown on line 0[详细]
2023-02-04 02:53 分类:问答Upper memory limit for PHP/Apache
I\'m getting the error when I run my PHP script.... Fatal error: Out of memory (allocated 1827405824) (tried to allocate 88800 bytes)[详细]
2023-01-29 11:05 分类:问答PHP: out of memory error, what to do?
I am receiving this error when Im trying to crop a image, I just uploaded. The image i just uploaded is around 3MB.[详细]
2023-01-24 10:03 分类:问答Allowed memory size of 268435456 bytes exhausted [duplicate]
This question already has answers here: Closed 10 years ago. Possible Duplicate: Allowed memory size of X bytes exhausted[详细]
2023-01-19 05:56 分类:问答memory_limit=80M. what is the maximum image size for imagecreateformjpeg()?
i have a webhosting that gives maximum memory_limit of 80M (i.e. ini_set(\"memory_limit\",\"80M\");).[详细]
2023-01-09 23:17 分类:问答PHP ini_get() and php.ini are not in sync
My php.ini has a memory_limit of 256M. phpinfo() reflects this开发者_运维技巧. But from within PHP, ini_get(\'memory_limit\'); returns 32M. My fatal errors for exceeding memory limit also say that the[详细]
2023-01-08 17:02 分类:问答Serving Large Protected Files in PHP/Apache
I need to serve up large files (> 2gb) from an Apache web server. The files are protected downloads, so I need some kind of way to authorize the user. The CMS I\'m using uses cookies checked against a[详细]
2023-01-06 01:59 分类:问答Why can't I create an object greater than 2GB in size in .NET, even on x64?
After reading Are C# Strings (and other .NET API’s) limited to 2GB in size? I played around with large strings and arr开发者_Python百科ays in .NET 3.5. I found that the largest array I could allocate[详细]
2023-01-04 21:50 分类:问答PHP - Plesk - Cron - Allowed memory size exhausted?
ini_set(\'max_execution_time\',0); ini_set(\'memory_limit\',\'1000M\'); These are the first two lines at the very top of my script.[详细]
2022-12-26 09:26 分类:问答