Skip to content

Instantly share code, notes, and snippets.

@hoangnamitc
Created June 26, 2021 04:25
Show Gist options
  • Save hoangnamitc/6602db1e3662534281393a0f191d1226 to your computer and use it in GitHub Desktop.
Save hoangnamitc/6602db1e3662534281393a0f191d1226 to your computer and use it in GitHub Desktop.
Các thông số PHP settings lý tưởng
-------------------------------
Xem php.init ở đâu: php --ini
- post_max_size : 750M
- upload_max_filesize : 750M (Dung lượng tối đa cho việc upload file)
- max_execution_time : 120 (Thời gian tối đa để thực thi 1 tác vụ PHP "giây")
- max_input_time : 120
- memory_limit : 512M
-------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment