+ -
当前位置:首页 → 问答吧 → 哪位大侠来帮忙,痛苦啊!!!maya7.0的问题

哪位大侠来帮忙,痛苦啊!!!maya7.0的问题

时间:2005-09-02

来源:互联网

哪位大侠来帮忙,痛苦啊!!!maya7.0的问题.安装好,也破解好了运行后出现logo后一闪后出现如下情况,不知如何解决.在其他linux中运行的很好的,不知为何.痛苦啊.
[root@localhost ~]# maya

***** Error: Free memory is low. Memory exception thrown
====================================
Cause of memory exception
====================================
5.688 Mb Free Memory
0.000 Mb Free Swap
0.547 Mb Size of alloc
10.000 Mb Low Memory Threshold
====================================
Memory use when exception was thrown
====================================
====================================
2265 Page faults
0.000 Mb Peak total size(Estimated)
0.000 Mb Peak arena size
====================================
20.563 Mb Heap
====================================

maya encountered a fatal error

Signal: 6 (Unknown Signal)
***** Error: Free memory is low. Memory exception thrown
====================================
Cause of memory exception
====================================
5.684 Mb Free Memory
0.000 Mb Free Swap
0.547 Mb Size of alloc
10.000 Mb Low Memory Threshold
====================================
Memory use when exception was thrown
====================================
====================================
0.000 Mb Peak total size(Estimated)
0.000 Mb Peak arena size
====================================
20.563 Mb Heap
====================================
Abort

作者: mayaarthxf   发布时间: 2005-09-02

上面说是没有空闲内存,交换区有吗?

free -m

作者: 北南南北   发布时间: 2005-09-02

有啊,在安装时就已经设置好了,有1.4G多呢,可是我用了free -m看了一下,显示如下,惨1好像没了,要怎么弄啊
[root@localhost ~]# free -m
total used free shared buffers cached
Mem: 503 493 10 0 7 304
-/+ buffers/cache: 181 321
Swap: 0 0 0

作者: mayaarthxf   发布时间: 2005-09-02

看,这是我的分区表,
[root@localhost ~]# fdisk -l

Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 1912 15358108+ 7 HPFS/NTFS
/dev/sda2 1913 17545 125572072+ 5 Extended
/dev/sda3 17546 19266 13823932+ 83 Linux
/dev/sda4 19267 19457 1534207+ 82 Linux swap / Solaris
/dev/sda5 1913 5736 30716248+ 7 HPFS/NTFS
/dev/sda6 5737 9560 30716248+ 7 HPFS/NTFS
/dev/sda7 9561 13384 30716248+ 7 HPFS/NTFS
/dev/sda8 13385 17208 30716248+ 7 HPFS/NTFS
/dev/sda9 17209 17545 2706921 7 HPFS/NTFS

作者: mayaarthxf   发布时间: 2005-09-02

搞定了
激活用
swapon /dev/sda4

作者: mayaarthxf   发布时间: 2005-09-02

现在显示是
[root@localhost ~]# free -m
total used free shared buffers cached
Mem: 503 270 232 0 4 127
-/+ buffers/cache: 138 364
Swap: 1498 2 1495

作者: mayaarthxf   发布时间: 2005-09-02