Tuning php: Difference between revisions

From Server STB
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:
  max_execution_time = 30000
  max_execution_time = 30000
  max_input_vars = 400000
  max_input_vars = 400000
  memory_limit = 512M
  memory_limit = 2G
   
   
   
   

Latest revision as of 07:26, 5 March 2024

Untuk Proses

max_execution_time = 30000
max_input_vars = 400000
memory_limit = 2G


Untuk memperbesar upload

post_max_size = 800M
upload_max_filesize = 200M
max_file_uploads = 20