-2

あいまいで申し訳ありませんが、Websphere のメモリ管理を高レベルで理解しようとしているだけです。

4

1 に答える 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 に答える