Tuning php: Difference between revisions

From Server STB
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<h3>Untuk Proses</h3>
  max_execution_time = 30000
  max_execution_time = 30000
  max_input_vars = 400000
  max_input_vars = 400000
  memory_limit = 512M
  memory_limit = 2G
<h3>Untuk memperbesar upload</h3>
  post_max_size = 800M
  post_max_size = 800M
  upload_max_filesize = 200M
  upload_max_filesize = 200M
  max_file_uploads = 20
  max_file_uploads = 20

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