Questions tagged as 'memory-limit'

2
answers

What are the size limits of variables in Ruby?

I would like to know the size limit of variables of the following types: String - What is the largest number of characters I can have in a single string ? Integer and Float - What is the largest and smallest number that can be repre...
asked by 26.05.2014 / 21:23
1
answer

How to increase performance in PHP?

If I increase the memory_limit (default: 256MB) in PHP settings, will my application run faster or will I lose performance by consuming more server CPU processing?     
asked by 30.11.2017 / 15:45
1
answer

System.OutofMemoryException - Parser for large files

I created a simple grammar to interpret a file whose format is very similar to a JSON. However, when I try to parse the file I get the Sytem.OutOfMemoryException exception. This is because of the size of the file I'm trying to parse. The...
asked by 06.11.2014 / 19:37
0
answers

HTTP call error ERR_RESPONSE_HEADERS_TOO_BIG

I'm submitting a form with a lot of information and I get the following message: ERR_RESPONSE_HEADERS_TOO_BIG Short code snippet: $("#editForm").submit(); I understand that the error is because I am sending a lot of data, but is there...
asked by 10.05.2017 / 15:47
1
answer

What is the memory limit of php 7?

I read somewhere (and now I'm not finding where) that in version 7 of php there is no memory lithmite. That is, the memory that can be allocated would be the RAM of the machine. Does it proceed? Has anyone read anything about it?     
asked by 29.07.2016 / 18:45
1
answer

What is the best value for PHP memory_limit with 4GB of memory?

I have a dedicated server cloud , with 4GB of RAM and 4 Colors of 1.2GHz. I have an extremely robust system running and would like to know how much memory to set in memory_limit in PHP 5.5?     
asked by 08.05.2014 / 19:59
1
answer

Problem with Segmentation fault with integer pointer

The program below attempts to reproduce a cellular automaton model. When I use "n" (number of cells) in excess of 65K, the program returns Segmentation fault. I tried to "print" some text in several places of the code, but it does not execute...
asked by 27.09.2018 / 21:09
0
answers

After enabled fileinfo.so, memory exhausted - Mautic

Hello, After I enable fileinfo.so on the server, a platform I use (Mautic - similar to Wordpress, but for Marketing Automation), started to give error: [08-Mar-2018 00:03:01 America/Sao_Paulo] PHP Fatal error: Allowed memory size of 67108864...
asked by 08.03.2018 / 04:12