Showing posts with label java.lang.OutOfMemory. Show all posts
Showing posts with label java.lang.OutOfMemory. Show all posts

Wednesday, July 9, 2014

java.lang.OutOfMemory Çözümü

Ö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.

How can we use svg file as a icon of v-btn (vuetify button) ?

<template>   <v-btn>     <CustomIcon />     Click me   </v-btn> </template> <script> // Import your SVG ...