Changes for page Performance

Last modified by Thomas Mortagne on 2023/10/10

From version 93.1
edited by Thomas Mortagne
on 2017/12/14
Change comment: There is no comment for this version
To version 95.1
edited by Robert
on 2018/04/14
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ThomasMortagne
1 +XWiki.rbr
Content
... ... @@ -45,7 +45,7 @@
45 45  
46 46  HTTP compression is a capability that can be built into web servers and web clients to improve transfer speed and bandwidth utilization. HTTP data is compressed before it is sent from the server: compliant browsers will announce what methods are supported to the server before downloading the correct format; browsers that do not support compliant compression method will download uncompressed data.
47 47  
48 -Many application servers and HTTP proxies support it.
48 +Many application servers (Tomcat, etc.) and HTTP proxies (Apache HTTPd, Nginx, etc.) support it.
49 49  
50 50  == In Apache HTTP Server ==
51 51  
... ... @@ -159,8 +159,8 @@
159 159  You need to configure your Servlet container so that XWiki has enough memory. You'll need to tune the value to your need. You should check the logs and see if there are any "out of memory" errors. Here are some good default values:
160 160  
161 161  * For Java 8 (i.e. XWiki >= 8.1). Notice that there's no permgen anymore in Java 8:
162 -** Small and medium installs: A minimum of 1024MB (##-Xmx1024m)##
163 -** Large installs: 2048MB or beyond (##-Xmx2048m).##
162 +** Small and medium installs: A minimum of 1024MB (##-Xmx1024m)##, if you host the database on the same host you have at least 2GiB (=2048MB) of RAM.
163 +** Large installs: 2048MB or beyond (##-Xmx2048m),## you should have at least 3GiB of RAM, increase as you increase your ##-Xmx.##
164 164  * For Java 7 (i.e. XWiki < 8.1)
165 165  ** Small installs: A minimum of 512MB of heap memory and 196MB of permGen (##-Xmx512m -XX:MaxPermSize=196m##)
166 166  ** Medium installs: 1024MB for the heap and 196MB of permGen (##-Xmx1024m -XX:MaxPermSize=196m##)

Get Connected