This topic is locked

out of memory

7/18/2019 10:33:14 AM
PHPRunner General questions
ruzgarajans author

I read all the articles. but it did not solve my problem.
out of memory eror.
what should i do for this error

l

phprunner does not save

admin 7/18/2019

Install 64-bit version of PHPRunner.

brito 7/22/2019

I solved it this way.
C:\Program Files (x86)\PHPRunner8.0\EmbeddedServer\php\php.ini.template
;;;;;;;;;;;;;;;;;;;

; Resource Limits ;

;;;;;;;;;;;;;;;;;;;
max_execution_time = 90 ; Maximum execution time of each script, in seconds

max_input_time = 120 ; Maximum amount of time each script may spend parsing request data

;max_input_nesting_level = 164 ; Maximum input variable nesting level

memory_limit = 2048M ; Maximum amount of memory a script may consume (128MB)

admin 7/22/2019

I believe the question was about PHPRunner wizard itself and not about generated application.