浏览代码

Add note on memory limit

Girish Ramakrishnan 7 年之前
父节点
当前提交
9e540c7b16
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      README.md

+ 11 - 0
README.md

@@ -81,3 +81,14 @@ Various LDAP plugins were tested when this app was made.
 * [LDAP Login For Intranet sites](https://wordpress.org/plugins/ldap-login-for-intranet-sites/)
     - makes you register with miniorange
 
+## Memory
+
+The default PHP `memory_limit` is used - 128MB.
+
+`WP_MEMORY_LIMIT` is the default (40MB). `WP_MAX_MEMORY_LIMIT` (admin pages) is also
+default (50MB).
+
+Apache configuration
+    MaxConnectionsPerChild is 0 by default - When to recycle
+    MaxRequestWorkers     150 - Concurrent workers after which requests are queued
+