PHPの設定として最初にやっておくべきこと
メモリ1G、最大ファイルサイズ512M位が妥当でしょうか。
;This sets the maximum amount of memory in bytes that a script is allowed to allocate
memory_limit = 1G
;The maximum size of an uploaded file.
upload_max_filesize = 512M
;Sets max size of post data allowed. This setting also affects file upload. To upload large files, this value must be larger than upload_max_filesize
post_max_size = 512M
ownCloudでアップロード容量を変更する - Carpe Diem
http://christina04.hatenablog.com/entry/2014/10/28/103429
0 件のコメント:
コメントを投稿