您的位置:首页 > 运维架构 > Linux

Linux Find Out Virtual Memory PAGESIZE

2013-09-26 09:06 351 查看
Q. How do I check the size of PAGESIZE under Linux?A. Most modern operating systems have their main memory divided into pages. It allows better utilization of memory. A page is a fixed length block of main memory, that is contiguous in both physical memory addressing and virtual memory addressing. Kernel swap and allocates memory using pages

To display size of a page in bytes, enter:
$ getconf PAGESIZE

OR
$ getconf PAGE_SIZE

Output:
4096


阅读(200) | 评论(0) | 转发(0) |

0
上一篇:Unix/Linux 磁盘 I/O 性能监控命令

下一篇:assert断言

相关热门文章

linux 常见服务端口

【ROOTFS搭建】busybox的httpd...

什么是shell

linux socket的bug??

linux的线程是否受到了保护?...

关于enqueue 的dump 文件帮看...

tar --newer 05/12/2013 这个...

请教nginx代理tomcat作为子目...

LDAP安装 bus error是什么问...

select语句不修改sql,如何优...

给主人留下些什么吧!~~

评论热议
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: