Ram
Inviato: lun 18 lug 2005, 14:06
Salve nel mio pc ci sono 2 banchi di ram ddr2 da 512mb, quindi alla fine un totale di 1gb,24mb il problema sta che dando free -mt mene riconosce solo 501
Allora sono andato in /etc/lilo.conf e ho aggiunto la riga:
dando lilo per riavviarlo
/etc/lilo.conf
Codice: Seleziona tutto
root@Neo:~# free -mt
total used free shared buffers cached
Mem: 501 488 13 0 42 229
-/+ buffers/cache: 215 285
Swap: 1953 17 1935
Total: 2454 505 1948Codice: Seleziona tutto
append = "mem=1024M"Codice: Seleziona tutto
root@Neo:~# lilo
Duplicate entry 'append' at or above line 10 in file '/etc/lilo.conf'Codice: Seleziona tutto
root@Neo:~# cat /etc/lilo.conf
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
append="hdc=ide"
boot = /dev/hdc
message = /boot/boot_message.txt
prompt
timeout = 1200
append = "mem=1024M"
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# VESA framebuffer console @ 1280x1024x256
#vga = 775
# Normal VGA console
# vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# End LILO global section
# Linux bootable partition config begins
image = /boot/vmlinuz-2.6.12.3
root = /dev/hdc2
label = Linux-2.6.12.3
read-only
# Linux bootable partition config ends