Browse Source

Added memory_limit to installation (#153)

Tobias Reich 10 years ago
parent
commit
5303314ec7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/Installation.md

+ 1 - 0
docs/Installation.md

@@ -12,6 +12,7 @@ To use Lychee without restrictions, we recommend to increase the values of the f
 	upload_max_size = 200M
 	upload_max_filesize = 20M
 	max_file_uploads = 100
+	memory_limit = 256M
 	
 You might also take a look at [Issue #106](https://github.com/electerious/Lychee/issues/106) if you are using nginx or in the [FAQ](https://github.com/electerious/Lychee/blob/master/docs/FAQ.md#i-cant-upload-multiple-photos-at-once) if you are using CGI or FastCGI.