Difference between revisions of "SUNScholar/Optimisations"

From Libopedia
Jump to navigation Jump to search
 
(117 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
<center>
 +
'''[[SUNScholar/Install DSpace/S11|Back to After Installation Tasks]]'''
 +
</center>
 +
 
==Introduction==
 
==Introduction==
{{WARNING}}
+
This wiki page details the major optimisations of the system performed at Stellenbosch University in an attempt to create a <big><font color="red">'''truly production optimised version of DSpace'''</font></big>.
 
+
===Recommended===
This wiki page details the major optimisations of the system performed at Stellenbosch University in order to create a truly production version of DSpace.
+
#[[SUNScholar/Install_Ubuntu/S01|Server Hardware]]
 
+
#[[SUNScholar/Optimisations/Tomcat|Tomcat Webapp Server]]
==Tomcat==
+
#[[SUNScholar/Optimisations/Database|ANSI SQL Database]]
See: http://www.turnkeylinux.org/tomcat
+
#[[SUNScholar/Optimisations/Java|Java Virtual Machine]]
 
+
#[[SUNScholar/Optimisations/Logs|Reduce system log sizes]]
*Remove "mod_jk", use "authbind" exclusively with no need of the Tomcat AJP connector in order to reduce the CPU and memory load
+
#[[SUNScholar/Optimisations/Bitstream checker|Bitstream checker]]
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Prepare_Ubuntu/S05
 
 
 
*Remove "development mode" of Tomcat by adding the following to the server context in order to reduce DNS lookups.
 
enableLookups="false"
 
 
 
==XMLUI==
 
*Use XMLUI exclusively to reduce the memory load.
 
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_Dspace/S08
 
  
==Indexes==
+
===Optional===
*Fix "browse index" configuration to reduce the PostgreSQL database server query load.
+
#[[SUNScholar/Optimisations/Ubuntu Software|Ubuntu Software]]
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Indexes#Browse_Indexes
+
#[[SUNScholar/Optimisations/Monit service|Monit service]]
 +
#[[SUNScholar/Troubleshooting|Troubleshooting]]
  
==Logs==
+
===YouTube Video===
*Changed all instances of "INFO" to "ERROR" in the following config file to reduce disk I/O and CPU load.
+
<html5media width="560" height="315">https://www.youtube.com/watch?v=pGhbtULhNJA</html5media>
log4j.properties
 
 
 
==Bitstream checker==
 
Modified bitstream checker settings as follows to reduce database size.
 
<pre>
 
#### Checksum Checker Settings ####
 
# Default dispatcher in case none specified
 
plugin.single.org.dspace.checker.BitstreamDispatcher=org.dspace.checker.SimpleDispatcher
 
 
 
# check history retention
 
checker.retention.default=1y
 
checker.retention.CHECKSUM_MATCH=2w
 
</pre>
 
  
 
==References==
 
==References==
*https://wiki.duraspace.org/display/DSDOC18/Performance+Tuning+DSpace
+
*https://wiki.duraspace.org/display/DSPACE/SystemAdministrators
 +
*https://wiki.duraspace.org/display/DSPACE/PostgresPerformanceTuning
 +
*https://wiki.duraspace.org/display/DSDOC5x/Performance+Tuning+DSpace
 +
*https://wiki.duraspace.org/display/DSDOC4x/Performance+Tuning+DSpace
 +
*https://wiki.duraspace.org/display/DSDOC3x/Performance+Tuning+DSpace
 +
*https://wiki.duraspace.org/display/FCREPO/Performance+Testing
 
*http://www.turnkeylinux.org/tomcat
 
*http://www.turnkeylinux.org/tomcat
 
+
*http://www.tecmint.com/how-to-install-and-setup-monit-linux-process-and-services-monitoring-program
{{SS-GRAPHS}}
+
*http://www.tecmint.com/command-line-tools-to-monitor-linux-performance
 
+
[[Category:System Administration]]
'''[[SUNScholar/Install Dspace/S11|Back to After Installation Tasks]]'''
+
[[Category:Optimisations]]
 +
[[Category:Installation]]
 
__NOTOC__
 
__NOTOC__

Latest revision as of 00:00, 10 June 2016