Tag Archives : redhat

How do I set up hugepages in RHEL?

How do I set up hugepages in RHEL?

Hugepages can be allocated using the /proc/sys/vm/nr_hugepages entry, or by using the sysctl command. To view the current setting using the /proc entry: # cat /proc/sys/vm/nr_hugepages 0 (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); [...]
Using stat command to display file status

Using stat command to display file status

The stat command can be use to check file status ( like file properties on Windows platform) or check the file system status on Linux. It comes from GNU Coreutils package. (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); [...]
© 2006-2008 Admon Home. All rights reserved.