Mereka kata ku gila
Lagilah aku suka
Otakku geliga
Fikiran luar biasa
Mereka kata ku samseng
Tapi ku tak ambil pusing
Pedulikan semua
Fikir apa yang penting
Jangan percaya kata mereka
Sudah ku kenal pasti
Kau pujaan hati
Cinta sejati memang boleh dibeli
Tapi tak mungkin ditukar ganti
Akan ku taati Maharani
Mereka kata ku tipu
Tapi ku tak meniru
Mereka semua pemburu
Pemburu yang cemburu
Semua tuduhan
Fitnah belaka
Ada yang suka
Juga ada yang benci
Biar peluru menembus kulitku
Suatu yang pasti kekal abadi
Akan ku taati Maharani
Mereka kata kau sama
Tiada apa yang berbeza
Aku tau kau tak serupa
Tak silau lihat harta
Tuesday, October 28, 2008
Friday, October 10, 2008
Stupid govt!
Wednesday, October 8, 2008
Preventing Tomcat's java.lang.OutOfMemoryError : PermGen space
This error is caused by the JVM's Permanent Generation memory space not being enough. the PermGen space is used by the JVM to load classes and rapid loading and unloading seems to cause this error.
The only way that I found to fix this is to enlarge the PermGen memory space by adding these parameters to the JVM during the startup of the application:
-XX:MaxPermSize=256M
-XX:+CMSClassUnloadingEnabled
-XX:+CMSPermGenSweepingEnabled
-XX:+UseConcMarkSweepGC
and of course not to forget the normal max memory heap size override
-Xms256m
-Xmx1024m
Haha. 1st accomplshment in the new company! Now we can repackage the whole app to be deployed in a single server instance.
The only way that I found to fix this is to enlarge the PermGen memory space by adding these parameters to the JVM during the startup of the application:
-XX:MaxPermSize=256M
-XX:+CMSClassUnloadingEnabled
-XX:+CMSPermGenSweepingEnabled
-XX:+UseConcMarkSweepGC
and of course not to forget the normal max memory heap size override
-Xms256m
-Xmx1024m
Haha. 1st accomplshment in the new company! Now we can repackage the whole app to be deployed in a single server instance.
Wednesday, October 1, 2008
Subscribe to:
Posts (Atom)