pagesize 命令详解

| 选择喜欢的代码风格  

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

pagesize 命令安装:


-bash: pagesize: command not found

#Debian
apt-get install libhugetlbfs-bin

#Ubuntu
apt-get install hugepages

#Kali Linux
apt-get install libhugetlbfs-bin

#CentOS
yum install libhugetlbfs-utils

#Fedora
dnf install libhugetlbfs-utils

pagesize 命令补充说明:


在现代 Linux 系统上,可以使用命令 getconf PAGESIZEgetconf PAGE_SIZE 确定页面大小。

pagesize 命令语法:


pagesize
getconf PAGESIZE
getconf PAGE_SIZE

pagesize 命令实例


$ pagesize 

#返回内存页面大小的字节,以字节为单位。 输出示例:
[commandnotfound@dsp-adx ~]
$ getconf PAGESIZE
4096

[commandnotfound@dsp-adx ~]
$ getconf PAGE_SIZE
4096

pagesize 命令扩展阅读:




pagesize 命令评论