Advertisement
Guest User

Untitled

a guest
Aug 31st, 2015
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. ; Maximum size of POST data that PHP will accept.
  2. post_max_size = 256M
  3.  
  4. ; Maximum allowed size for uploaded files.
  5. upload_max_filesize = 256M
  6.  
  7. ; Maximum execution time of each script, in seconds
  8. max_execution_time = 600
  9.  
  10. ; Maximum amount of time each script may spend parsing request data
  11. max_input_time = 600
  12.  
  13. ; Maximum amount of memory a script may consume (8MB)
  14. memory_limit = 512M
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement