抱歉含糊不清,但我只是想从高层次上理解 websphere 内存管理。
问问题
271 次
1 回答
0
This is really a question about JVM behavior. As far as I know, there are no JVMs that will block a thread waiting for another thread to finish if it is holding a large amount of memory. I expect both threads to continuously consume memory, and if both are able to allocate memory at the same rate, I would expect them both to get OutOfMemoryError as soon as their combined allocations exceed the max heap size.
于 2013-01-23T15:52:40.000 回答