views:

28

answers:

2

Anybody knows a good book or two (or resources) for JVM Tuning?

I am struggling to find any. I stumbled upon Apress Java EE 5 Performance Management and Optimization, but there was not much in there.

A: 

They aren't books, but, I find Sun's various performance whitepapers to be quite enlightening.

Seth
A: 

There is a chapter in JBoss in Action, chapter 14, Tuning the JBoss Application server that explains some techniques of managing JVM heaps.

portoalet