SUNScholar/Optimisations
Revision as of 22:46, 21 September 2012 by Hgibson (talk | contribs) (→Op 3. Fix "browse index" configuration to reduce the PostgreSQL query load)
This wiki page details the major optimisations of the system performed at Stellenbosch University.
Contents
- 1 Op 1. Remove "mod_jk", use "authbind" exclusively with no need of the Tomcat APR libraries or AJP connectors to reduce the Tomcat server load
- 2 Op 2. Use XMLUI exclusively to reduce the Java memory load
- 3 Op 3. Fix "browse index" configuration to reduce the PostgreSQL database server query load
- 4 References
Op 1. Remove "mod_jk", use "authbind" exclusively with no need of the Tomcat APR libraries or AJP connectors to reduce the Tomcat server load
Op 2. Use XMLUI exclusively to reduce the Java memory load
Op 3. Fix "browse index" configuration to reduce the PostgreSQL database server query load
References
Back to After Installation Tasks