ChinaUnix.net
相关文章推荐:

64位系统结构分配

小弟最近给64服务器的pci设备做驱动,需要划分低 4G 范围内的物理内存,哪大哥指点下??不胜感激!

by wolfliy - 内核源码 - 2010-10-22 19:01:10 阅读(1513) 回复(3)

相关讨论

好: 昨天搞了半天,在DELL PE2950 单个4核CPU,16G内存。装了redHat5. 操作系统信息如下: Linux localhost 2.6.18-8.el5 #1 SMP Fri Jan 26 14:15:14 EST 2007 x86_64 x86_64 x86_64 GNU/Linux 内存信息: MemTotal: 16593240 kB MemFree: 15820072 kB Buffers: 91992 kB Cached: 319584 kB SwapCached: 0 kB Active: 502832 kB Inactive: 184976 kB HighTotal: ...

by zcldhd - Linux系统管理 - 2009-08-04 14:06:07 阅读(7328) 回复(4)

系统内存是8G,但是在启动mysqld时指定 “innodb_buffer_pool_size = 6G” 的时候,却报不能分配这么多的内存,经过查找,是由于内核限制的原因,修改一下内核限制: [root@slave1]# echo 0 > /proc/sys/vm/nr_hugepages 重新启动下mysql就ok了! 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/25264/showart_1205899.html

by huifeideluotuo - Linux文档专区 - 2008-09-19 09:41:00 阅读(944) 回复(0)

LINUX里面所说的的3264, 和CPU 的3264是否是一回事?

by iandyouandhe - Linux论坛 - 2004-09-14 18:01:32 阅读(1131) 回复(10)

LINUX里面所说的的3264, 和CPU 的3264是否是一回事?

by iandyouandhe - Linux系统管理 - 2004-09-14 18:01:32 阅读(1269) 回复(10)

目录 I内核ix 1 引导过程与 内核 初始化 11 概述 12 总览 13 BIOS POST 14 boot0阶段 15 boot2阶段 16 loader阶段 17 内核初始化 2 内核中的锁 21 Mutex 22 共享互斥锁 23 原子保护变量 3 内核对象 31 术语 32 Kobj的工作流程 33 使用Kobj 4 Jail子系统 41 Jail的系统 结构 42 系统对被囚禁程序的限制 5 SYSINIT框架 51 术语 52 SYSINIT操作 53 使用SYSINIT 6 TrustedBSD MAC框架 61 MAC文档版权声明 62 术语解析 63 概述 64...

by 剑心通明 - BSD文档中心 - 2008-04-06 18:44:57 阅读(991) 回复(0)

Linux系统结构- - According to the FHS(Filesystem Hierarchy Standard), the / directory must contain or have links to the following directories: 1) bin: This directory contains command files for use by the system administrator or other users. Note: The /bin directory cannot contain subdirectories. 2) boot: The /boot directory contains the system k...

by 赤裸舞男 - Linux文档专区 - 2006-09-14 15:10:22 阅读(432) 回复(0)

本帖最后由 roadgo 于 2012-03-19 19:45 编辑 由于freebsd的linux模拟器不支持64elf文件 帮我做一下这个 http://forum.ubuntu.org.cn/viewtopic.php?f=35&t=361392 附件中 ./lmgrd -c ugs2.lic(要用root) 然后把包传上来

by roadgo - Linux新手园地 - 2012-04-03 22:26:52 阅读(1125) 回复(5)

老大们帮忙看下,下面这段代码我在32上编译后,执行正常的,但是移到64下编译后,运行时就出现浮点数错误,请教下各,谢谢。 代码如下: #include #include #include #include #include #include #include #include #include #include #include #include int main(...

by fanzhijie875151 - C/C++ - 2009-12-23 10:25:12 阅读(933) 回复(0)

老大们帮忙看下,下面这段代码我在32上编译后,执行正常的,但是移到64下编译后,运行时就出现浮点数错误,请教下各,谢谢。 代码如下: #include #include #include #include #include #include #include #include #include #include #include #include int main(...

by fanzhijie875151 - C/C++ - 2009-12-23 13:50:31 阅读(2327) 回复(8)