-
My Twitter Updates
Set 301 Redirection using .htaccess File http://t.co/tq3jucpI - 11 hours ago
RT @b3h3m0th: List of Secure Coding Standards links (really really useful) http://t.co/dG0GHP0i - 1 day ago
I have had problems in automated testing with programmatically wired XIB files in Cocoa. I should try this: http://t.co/h5nDxm4k /via @kaler - 1 day ago
LOL. So true in most Companies.. "Architect – Overrated!" http://t.co/I5NLrQ2L /by @sallamar - 1 day ago
RT @happymrdave: A nice blog post about File's Owner in Cocoa... http://t.co/kYRFJFh7 #360macdev - 2 days ago
707 followers
Category Archives: Performance tuning
OutOfMemoryError: PermGen space
Today, during load testing I saw one of those dreaded “java.lang.OutOfMemoryError: PermGen space” errors on our fairly large web application deployed in Tomcat running on Sun JDK 1.5. We used to use the default (64m) for the perm space. I bumped it … Continue reading
Performance tuning vs. Lean/Agile
I am currently working on performance tuning & refactoring a product. And, interestingly I found some Agile/Lean principles that apply for performance tuning and refactoring: Most Lean principles appear counter-intuitive at first Aim for system optimization instead of point optimization Build … Continue reading
Posted in Agile, Performance tuning
Tagged Agile, Lean principles, Performance tuning
Leave a comment