I want to specify the linux memory size using menu.lst -


i have server 128g memory,and hope linux use memory space this:

the space offset 0 size 18g,the space form offset 66g size 16g.

so add 2 parameters in /boot/grub/menu.lst: mem=18g mem=16g@66g

but when reboot machine found memory size 14g,it means latter parameter works,so how can 2 parameters work together?


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -