Difference between revisions of "SUNScholar/Optimisations"
Jump to navigation
Jump to search
| Line 5: | Line 5: | ||
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Prepare_Ubuntu/S05 | http://wiki.lib.sun.ac.za/index.php/SUNScholar/Prepare_Ubuntu/S05 | ||
| − | ==Op 2 | + | ==Op 2== |
| − | + | *Use XMLUI exclusively to reduce the Java memory load | |
| + | http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_Dspace/S08 | ||
| − | ==Op 3 | + | ==Op 3== |
| − | + | *Fix "browse index" configuration to reduce the PostgreSQL database server query load | |
| + | http://wiki.lib.sun.ac.za/index.php/SUNScholar/Indexes#Browse_Indexes | ||
==References== | ==References== | ||
*https://wiki.duraspace.org/display/DSDOC18/Performance+Tuning+DSpace | *https://wiki.duraspace.org/display/DSDOC18/Performance+Tuning+DSpace | ||
'''[[SUNScholar/Install Dspace/S11|Back to After Installation Tasks]]''' | '''[[SUNScholar/Install Dspace/S11|Back to After Installation Tasks]]''' | ||
Revision as of 10:09, 22 September 2012
This wiki page details the major optimisations of the system performed at Stellenbosch University.
Contents
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
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Prepare_Ubuntu/S05
Op 2
- Use XMLUI exclusively to reduce the Java memory load
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_Dspace/S08
Op 3
- Fix "browse index" configuration to reduce the PostgreSQL database server query load
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Indexes#Browse_Indexes
References
Back to After Installation Tasks