Difference between revisions of "SUNScholar/Optimisations"

From Libopedia
Jump to navigation Jump to search
Line 1: Line 1:
 
==Introduction==
 
==Introduction==
 +
{{WARNING}}
 +
 
This wiki page details the major optimisations of the system performed at Stellenbosch University.
 
This wiki page details the major optimisations of the system performed at Stellenbosch University.
  

Revision as of 10:30, 22 September 2012

Introduction

This wiki help page assumes that you have used the three system setup procedures to install an Ubuntu server with DSpace software.

This wiki page details the major optimisations of the system performed at Stellenbosch University.

  • Remove "mod_jk", use "authbind" exclusively with no need of the Tomcat APR libraries or AJP connectors in order to reduce the Tomcat server load
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Prepare_Ubuntu/S05
  • Use XMLUI exclusively to reduce the Java memory load
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_Dspace/S08
  • 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