Önceki yazımdaki (http://kirazibrahim.blogspot.com.tr/2014/07/catalinaopts-vs-javaopts.html) ayarlamaları yaptıktan sonra OutOfMemory hatasına neyin sebep olduğunu öğrenmek için yine aynı setenv.sh dosyası içerisine
export CATALINA_OPTS="$CATALINA_OPTS -XX:+HeapDumpOnOutOfMemoryError" parametresi eklenerek hataya sebep olan asıl problemi bulmak için o an da dump oluşturur. Oluşan bu dump'ı http://visualvm.java.net/ ile inceleyerek anlam çıkarabiliriz.
Showing posts with label visualVm. Show all posts
Showing posts with label visualVm. Show all posts
Wednesday, July 9, 2014
Subscribe to:
Comments (Atom)
Java + HSM: Secure Key Management in Practice
Java + HSM: Secure Key Management in Practice When dealing with sensitive data, cryptographic keys should never leave secure hardware . T...
-
Hello, I want to share couple of new features about java 22. Language Improvements: Unnamed variables & patterns (JEP 456): This enha...
-
Docx4j unexpected element (uri:“http://schemas.openxmlformats.org/wordprocessingml/2006/main”, local:“p”) I am trying add html table in to...
-
What is Crontab and Crond Service ? Hi, Crond service provides for using periodic task in linux to us. Ok, now how can i use crond servic...