- 论坛徽章:
- 0
|
我在原来已经有一个数据库的情况新增一个数据库,(server Mem为1G Swap 为1G)
以下是使用dbca一路next后出现的错误:
Heap at VM Abort:
Heap
def new generation total 896K, used 644K [0xa7950000, 0xa7a40000, 0xa8320000)
eden space 832K, 77% used [0xa7950000, 0xa79f1010, 0xa7a20000)
from space 64K, 0% used [0xa7a30000, 0xa7a30000, 0xa7a40000)
to space 64K, 0% used [0xa7a20000, 0xa7a20000, 0xa7a30000)
tenured generation total 10792K, used 7933K [0xa8320000, 0xa8daa000, 0xaf950000)
the space 10792K, 73% used [0xa8320000, 0xa8adf768, 0xa8adf800, 0xa8daa000)
compacting perm gen total 19200K, used 19051K [0xaf950000, 0xb0c10000, 0xb3950000)
the space 19200K, 99% used [0xaf950000, 0xb0beaee0, 0xb0beb000, 0xb0c10000)
Local Time = Mon Oct 15 16:00:19 2007
Elapsed Time = 350
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_08-b03 mixed mode)
#
注:原来的数据库也是这样create的,现在是不是内存不足啊????
我如何设定它的SGA和PGA呢! |
|