This attempt fails and causes an OutOfMemoryError to be thrown.
尝试失败并造成抛出一个Out OfMemoryError。
Means that the object allocation routine completed unsuccessfully and an OutOfMemoryError will be thrown.
表示对象分配例程已成功完成,并且将抛出一个Out Of MemoryError。
The jmap tool is useful in diagnosing excessive use of finalizers, which can result in an OutOfMemoryError.
jmap工具可检测出是否过度使用了完成器,后者可导致出现 OutOfMemoryError 错误。
To gather more data, you can produce a system dump instead of a heap dump on an OutOfMemoryError exception.
为了收集更多的数据,您可以在OutOf MemoryError异常上生成一个系统转储文件,而非堆转储文件。
In this scenario, you can see many JVMDUMP information messages caused by the OutOfMemoryError being thrown.
在这个场景中,您可以看到Out OfMemoryError抛出造成的许多JVMDUMP消息。
In addition, the IBM JDK is configured to generate a heap dump automatically if an OutOfMemoryError is detected.
此外,如果检测到了Out Of MemoryError,则将IBMJDK配置为自动产生堆转储。
This is useful for situations such as an OutOfMemoryError being thrown when creating more objects would be impossible.
对于不可能创建对象时抛出Out Of MemoryError之类的场景来说,这是非常有用的。
This situation might indicate that some JVMs have become unhealthy (for example, OutOfMemoryError), have crashed, or are being affected by a network partitioning event.
这种情况可能表明一些JVM不健康(例如抛出了Out Of MemoryError)、崩溃了或正在受到网络分区事件的影响。
You can also define limits on the type and amount of memory that a thread can consume such that an OutOfMemoryError is thrown if the thread consumes more than that limit.
您还可以定义线程所能够使用的内存类型和数量的限制,如果超过该限制,则抛出Out Of MemoryError。
The first sign that your program has a memory leak is usually that it throws an OutOfMemoryError or starts to exhibit poor performance because of frequent garbage collection.
程序有内存泄漏的第一个迹象通常是它抛出一个OutOfMemoryError,或者因为频繁的垃圾收集而表现出糟糕的性能。
These types of memory leaks manifest as fast growing memory leaks, where if the verbose GC data reports a sharp drop in free heap space in a very short time leads to an OutOfMemoryError.
这些类型的内存泄漏表现为内存泄漏快速增长,其中,如果详细的垃圾收集数据显示在很短的时间内可用堆空间急剧减少,则会导致Out Of MemoryError错误。
For native memory leaks, the process size will increase, and for fragmentation issues, there will be a significant amount of free heap at the time of the occurrence of the OutOfMemoryError.
对于本机内存泄漏,进程大小将增加,对于碎片问题,在发生OutOfMemoryError错误时,会存在大量的可用堆。
The tool is capable of analyzing very large sized memory dumps (will require 2 GB or more RAM) obtained from production environment application servers encountering OutOfMemoryError issues.
此工具能够分析从遇到Out Of MemoryError问题的生产环境应用程序服务器中获得的非常大的内存转储(将需要2GB或更多的RAM)。
If the default setting of the server's heap size is not sufficient (that is, when you get OutOfMemoryError when running the applications), you may want to increase the heap size of the server.
如果服务器堆大小的默认设置不够(即当您运行应用程序时会出现Out OfMemoryError错误),您可能需要增加服务器堆大小。
If the default setting of the server's heap size is not sufficient (that is, when you get OutOfMemoryError when running the applications), you may want to increase the heap size of the server.
如果服务器堆大小的默认设置不够(即当您运行应用程序时会出现Out OfMemoryError错误),您可能需要增加服务器堆大小。
应用推荐