Without Book اطرح سؤالا
السؤال. How to monitor Java Garbage Collection memory?
- I am reading a long txt file and where it takes much memory. But I could not analyze the memory where exactly it is taking time. Please suggest.
نشر في Jul 13, 2014 نشر بواسطة Firoz
الاجابة. Use VM memory analyzing tool VisualVM. Or you can go for JProfiler.
These tools provides you all the details on memory according to thread, method, object where you can analyze the same very easily.
These tools provides you all the details on memory according to thread, method, object where you can analyze the same very easily.
نشر في Jul 13, 2014 نشر بواسطة Arindam