网页
图片
视频
学术
词典
地图
更多
航班
笔记本
heap dump
网络
堆转储;堆内存转储
网络释义
1.
堆转储
我们可以通过
堆转储
(
heap dump
) 和系统转储 (system dump) 来分析内存相关的问题,例如,内存泄露。我们可以通过 Java …
www.ibm.com
|
基于153个网页
2.
堆内存转储
...为什么要分配如此大的内存空间。假如当你分1 GB 或 2 GB内存时出现OutOfMemoryError ,你应该执行
堆内存转储
(
heap d
…
www.importnew.com
|
基于5个网页
例句
释义:
全部
全部
,
堆转储
堆转储
,
堆内存转储
堆内存转储
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
The
information
shown
in
this
view
can
help
you
understand the
shape
and
interconnection
of
the
data
structures
within the
heap
dump
.
此
视图
中
显示
的
信息
可
帮助
您
打造
和
连接
堆
转
储
中
的
数据
结构
。
www.ibm.com
2.
Because
a
heap
dump
is
such
a
large
file
,
it
is
not
practical
to attempt to
examine
it by
hand
.
由于
堆
存储
是
一个
很
大
的
文件
,
手动
检查
是
不切实际
的
。
www.ibm.com
3.
Analysis
of a
heap
dump
taken
during
the
time
when the
free
heap
was
dropping
was
critical
to
understanding
the
root
cause of the
problem
.
分析
在
可用
堆
下降
期间
获取
的
堆
转
储
对
了解
问题
的
根源
至关重要
。
www.ibm.com
4.
A
heap
dump
,
also
known
as
heap
snapshot
,
is
a
dump
of
references between
objects
in
memory
and
information
about these objects
.
堆
转
储
也
称为
堆
快照
,
就是
内存
中
对象
之间
的
参照
转
储
,
以及
关于
这些
对象
的
信息
。
www.ibm.com
5.
Contains
values
that
indicate
what
items
to
include
in
a
custom
subset
of
a
heap
dump
when
reporting
errors
.
包含
指示
报告
错误
时
要
在
堆
转
储
的
自
定义
子集
中
包含
哪些
项
的
值
。
msdn2.microsoft.com
6.
This
heap
dump
can
be
generated
automatically
when
the
JVM runs
out
of
memory
or
crashes
.
此
堆
转
储
可
在
JVM
用尽
内存
或
崩溃
时
自动
生成
。
www.ibm.com
7.
HeapAnalyzer reads a
single
Java
memory
dump
(
heap
dump
)
and
enables
you
to
browse
through the
dump
to
view
its
contents
.
HeapAnalyzer
读取
单个
Java
内存
转
储
(
堆
转
储
)
,并
使
您
能够
浏览
转
储
以
查看
其
内容
。
www.ibm.com
8.
Automatically
:
The
JVM
usually
generates
a
heap
dump
when
it runs
out
of memory
and
crashes
.
自动
:
JVM
通常
会
在
用尽
内容
和
崩溃
时
生成
堆
转
储
。
www.ibm.com
9.
Through
the rtdriver
interface
,
a
request
can
be made to
generate
a
heap
dump
report
at
any
time
.
通过
rtdriver
接口
,
在
任何
时刻
都
可以
请求
生成
heapdump
报告
。
www.ibm.com
10.
Once
you
've
dumped
the
heap
into
a
binary
file
,
you
can
use
jhat
to
analyze
the
binary
heap
dump
file
.
将
堆
转
储
至
一个
二
进
制
文件
后
,
您
就
可以
使用
jhat
分析
二
进
制
堆
转
储
文件
。
www.ibm.com
1
2
3
4