my PC has 32 Gig RAM.
PHP.INI is set to:
max_execution_time = 3600
; Maximum amount of time each script may spend parsing request data. It’s a good
; idea to limit this time on productions servers in order to eliminate unexpectedly
; long running scripts.
; Note: This directive is hardcoded to -1 for the CLI SAPI
; Default Value: -1 (Unlimited)
; Development Value: 60 (60 seconds)
; Production Value: 60 (60 seconds)
; http://php.net/max-input-time
max_input_time = 2048
; Maximum input variable nesting level
; http://php.net/max-input-nesting-level
max_input_nesting_level = 256
; How many GET/POST/COOKIE input variables may be accepted
max_input_vars = 20000
; Maximum amount of memory a script may consume (128MB)
; http://php.net/memory-limit
memory_limit = 1024M
but I get errors when generating:
[B]Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 43546541 bytes) in C:\Program Files\NetMake\v91\wwwroot\scriptcase\devel\lib\php \functions.open.inc.php on line 2324
[ATTACH=JSON]{“data-align”:“none”,“data-size”:“full”,“title”:“2018-09-26 20_33_15-ScriptCase - Development - admin.jpg”,“data-attachmentid”:84911}[/ATTACH]
any clue ?[/B]