문제
- How can I increase "hugepagesize" from its default value?
환경
- Red Hat Enterprise Linux
해결
- "Hugepagesize" is fixed by architecture. You can see the current Hugepagesize by using the following command;
# cat /proc/meminfo |grep Hugepagesize
- "Hugepagesize" cannot be adjusted on standard x86 or x86_64 architectures.
- However it can be adjusted on certain high end x86_64 processors, AMD Barcelona for an example, but this is presently only available on the Red Hat Enterprise Linux 5.4 kernel.
- "Hugepagesize" can be adjusted on PPC64 and ia64 architectures by passing the kernel parameter "hugepagesz=VALUE" on system boot
example:
title Red Hat Enterprise Linux Server (2.6.18-128.el5)
root (hd0,0)
kernel /vmlinuz-2.6.18-128.el5 ro root=/dev/VolGroup_main/LogVol_slash hugepagesz=1G
initrd /initrd-2.6.18-128.el5.img
'OS > Linux' 카테고리의 다른 글
[RHEL] Very Large Memory and HugePages (0) | 2014.06.05 |
---|---|
[RHEL] 리눅스에서 Thread 보는 방법 (0) | 2014.05.28 |
[RHEL] top 명령 사용 팁 (0) | 2014.05.13 |
[RHEL] How should I configure my NFS cluster service to avoid stale NFS filehandles in RHEL 5 or 6? (0) | 2014.05.07 |
[RHEL] /etc/exports 설정 파일 (0) | 2014.05.07 |
Linux서버 VCS HA 환경에서 Heartbeat NIC 교체한 경우 작업 방법 (0) | 2014.04.17 |
[OS] Introduction to Syslog Protocol (0) | 2014.04.17 |
[RHEL] Configuring Huge Pages in Red Hat Enterprise Linux 4 or 5 (0) | 2014.04.04 |
[RHEL] Large Page Memory (0) | 2014.04.04 |
[RHEL] Very Large Memory and HugePages (0) | 2014.04.04 |
댓글