Skip to content

Instantly share code, notes, and snippets.

@ik11235
Last active July 12, 2019 07:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ik11235/521d201c262ea7697266b834813f36dd to your computer and use it in GitHub Desktop.
Save ik11235/521d201c262ea7697266b834813f36dd to your computer and use it in GitHub Desktop.
@ini_set( 'upload_max_filesize' , '10G' );
@ini_set( 'post_max_size', '10G');
@ini_set( 'memory_limit', '256M' );
@ini_set( 'max_execution_time', '300' );
@ini_set( 'max_input_time', '300' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment