3
Java Garbage Collection handbook (plumbr.eu)
natsu 積分 0

Tuning garbage collection is no different from any other performance-tuning activity. It is easy to fall into the trap of randomly tweaking one of the 200 GC-related JVM parameters or to start changing random parts of your application code.

原來 JVM 有這麼多參數可以調 ... Java HotSpot VM Options1

haocheng 積分 0

今年 JCConf 有 JVM 相關議程喔,歡迎報名 XDD

natsu 積分 0

早就報名了~ 不過目前的專案還在用 Java 1.4,不知到時會不會講到這部份?(不能用 G1GC 真可惜 ...)

haocheng 積分 0

1.4... Orz

有什麼因素不能升級嗎?

natsu 積分 0

因為這個專案 depend on PTC Windchill 8.01, 所以還在用 Java 1.4 ...

而且我也不是原廠,沒有 source code,因此不敢保證 Java 升上去不會有問題...

最主要還是看客戶打算怎麼做,聽說有機會改用 Java 5 試看看...