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
+