yw3008 发表于 2004-5-30 11:31:16

怎样才能让linux用到足量内存?

机子上的内存是128
linux报告是90多(我也感到运行缓慢)
我该怎么办?

按书上说,在boot/grub/grub.conf文件中加入一行 mem=128M 即可.可我加了几次还是不成.有时还造成系统进不去,只能用软盘引导.
以下是我机子上的boot/grub/grub.conf,请问,我该将mem=128M加在具体什么位置?

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:You have a /boot partition.This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd0,5)
#          kernel /vmlinuz-version ro root=/dev/hda11
#          initrd /initrd-version.img
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd0,5)/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-8)
        root (hd0,5)
        kernel /vmlinuz-2.4.20-8 ro root=LABEL=/ hdc=ide-scsi
        initrd /initrd-2.4.20-8.img
title win
        rootnoverify (hd0,0)
        chainloader +1

Kuye 发表于 2004-5-30 12:08:01

http://www.webmo.net/support/linux_memory.html

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,5)
# kernel /vmlinuz-version ro root=/dev/hda11
# initrd /initrd-version.img
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd0,5)/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-
   root (hd0,5)
   kernel /vmlinuz-2.4.20-8 ro root=LABEL=/ hdc=ide-scsimem=128M
   initrd /initrd-2.4.20-8.img
title win
   rootnoverify (hd0,0)
   chainloader +1

yw3008 发表于 2004-5-30 19:52:26

谢谢
但还是不成啊

aiko 发表于 2004-5-30 21:26:20

我不加也可以的,128的内存用了121

吴文官 发表于 2004-5-30 21:36:35

会不会是内存本身有问题?

off 发表于 2004-5-30 23:57:44

你的内存还永不完,我的256就去了254,x真是耗资源

fxdlxf 发表于 2004-5-31 01:19:39

占内存的大户主要用:X,XFS,KDE(GNOME)。KDE更慢,我看到KDEINIT的进程就烦啊,好像只会产生不会自动终止的哦(开个终端需要进行一两个KDEINIT,关了终端,不会关KDEINIT)。
只要是和X一打上交道,内存就会永远都不满足它的胃口了。
嗯,我的512M内存一下就去510M,呵呵,~~现在我改用桌面是FVWM感觉比KDE和GNOME要快了不少哦~~
分了156M内存运行XP的虚拟机,在XP内用VB写程序,开QQ,再开个WINAMp,感觉速度还不错的哦(XP我做了一些优化的,关了所有的程序和不必要的服务)

quhw 发表于 2004-5-31 01:59:05

不用这么在乎内存进程吧,用就是了。
linux就是不管你有多少内存,都要把它用光,因为空着不用是浪费。其实主要都是作为磁盘缓存来用了,提高io性能,不会影响程序运行的。

我用kde,开了所有的东西,三个bt下载,每个都有200K,同时还运行其他的程序,上网,完全没有感觉到速度有特别明显的变化,我也是512M内存。要是xp早就顶不住了。

不过据说redhat会比较慢,我用debian。

yw3008 发表于 2004-6-1 10:26:04

监视器给出的,内存91M。
而实际上是128M。
在WIN之下正常的。
所以,我还是想解决这个问题。感觉太慢了阿。

xodus 发表于 2004-6-1 22:55:58

你的机子是不是集成显卡大 ?

yw3008 发表于 2004-6-1 23:19:27

是集成显卡,
原来问题出在这?

lil33 发表于 2004-6-1 23:23:39

好象听说,集成显卡的显寸要共享内存的说
页: [1]
查看完整版本: 怎样才能让linux用到足量内存?