Difference between revisions of "SUNScholar/Optimisations/Java"
Jump to navigation
Jump to search
m |
|||
| Line 12: | Line 12: | ||
*http://en.wikipedia.org/wiki/Java_Development_Kit | *http://en.wikipedia.org/wiki/Java_Development_Kit | ||
*http://en.wikipedia.org/wiki/OpenJDK | *http://en.wikipedia.org/wiki/OpenJDK | ||
| + | ===Tips=== | ||
| + | *http://sysadmin-tricks.blogspot.com/2014/08/memory-leak-java-out-of-memory-alarm-on.html | ||
===Tools=== | ===Tools=== | ||
*http://java-source.net/open-source/profilers | *http://java-source.net/open-source/profilers | ||
Revision as of 12:50, 12 August 2014
Back to Optimisations
Contents
Java
Setup custom java environment parameters. See link below.
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Prepare_Ubuntu/S08
Perform Java profiling to find memory and CPU intensive code.
Information
- http://en.wikipedia.org/wiki/Java_performance
- http://en.wikipedia.org/wiki/VisualVM
- http://en.wikipedia.org/wiki/Java_Development_Kit
- http://en.wikipedia.org/wiki/OpenJDK
Tips
Tools
- http://java-source.net/open-source/profilers
- http://www.infoq.com/articles/java-profiling-with-open-source
- http://theholyjava.wordpress.com/2012/02/25/profiling-tomcat-webapp-with-visualvm-and-netbeans-pitfalls
- http://java.dzone.com/articles/pitfalls-experienced-when
- http://docs.oracle.com/javase/6/docs/technotes/guides/visualvm/profiler.html
- http://www.yourkit.com