让32位Ubuntu中使用超过3G的内存

字体大小: 中小 标准 ->行高大小: 标准

目前32位的Ubuntu仅能支持3G的内存,解决方法是使用server版本的内核:

sudo apt-get install linux-restricted-modules-server

sudo apt-get install linux-headers-server

sudo apt-get install linux-image-server linux-server

最后重启。 

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/52457.html