diff options
author | Joas Schilling <coding@schilljs.com> | 2016-09-13 14:42:52 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-09-13 16:50:36 +0200 |
commit | a3c8534b7b0a9446cf6fdb0a5a3cb7e5b69745de (patch) | |
tree | 59cdbadeb0928892b79d58a7bd73c2b1bbba538a /.user.ini | |
parent | 0543661064b00c27c2e9a1780acf34c8a364f6ce (diff) | |
download | nextcloud-server-a3c8534b7b0a9446cf6fdb0a5a3cb7e5b69745de.tar.gz nextcloud-server-a3c8534b7b0a9446cf6fdb0a5a3cb7e5b69745de.zip |
Make sure memory limit is > post size and upload filesize
Diffstat (limited to '.user.ini')
-rw-r--r-- | .user.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.user.ini b/.user.ini index 68ef3e8672c..fe14834b2e3 100644 --- a/.user.ini +++ b/.user.ini @@ -1,5 +1,5 @@ -upload_max_filesize=513M -post_max_size=513M +upload_max_filesize=511M +post_max_size=511M memory_limit=512M mbstring.func_overload=0 always_populate_raw_post_data=-1 |