2018年8月27日

Linux虚拟内存管理(glibc)

摘要: 转:https://blog.csdn.net/tengxy_cloud/article/details/53067396 https://www.cnblogs.com/purpleraintear/p/6051562.html 在使用mysql作为DB开发的兑换券系统中,随着分区表的不断创建,发 阅读全文

posted @ 2018-08-27 17:50 绿色star 阅读(5707) 评论(0) 推荐(2) 编辑

linux kernel内存回收机制

摘要: 转:http://www.wowotech.net/linux_kenrel/233.html linux kernel内存回收机制 作者:itrocker 发布于:2015-11-12 20:37 分类:内存管理 无论计算机上有多少内存都是不够的,因而linux kernel需要回收一些很少使用的 阅读全文

posted @ 2018-08-27 11:49 绿色star 阅读(895) 评论(0) 推荐(0) 编辑

Linux的Cache Memory(缓存内存)机制

摘要: 转:https://blog.csdn.net/kaikai_sk/article/details/79177036 PS:为什么Linux系统没运行多少程序,显示的可用内存这么少?其实Linux与Win的内存管理不同,会尽量缓存内存以提高读写性能,通常叫做Cache Memory。 为什么Linu 阅读全文

posted @ 2018-08-27 11:30 绿色star 阅读(6008) 评论(0) 推荐(0) 编辑

关于CPU Cache -- 程序猿需要知道的那些事

摘要: 转:http://cenalulu.github.io/linux/all-about-cpu-cache/ 关于CPU Cache -- 程序猿需要知道的那些事 关于CPU Cache -- 程序猿需要知道的那些事 本文将介绍一些作为程序猿或者IT从业者应该知道的CPU Cache相关的知识 文章 阅读全文

posted @ 2018-08-27 11:20 绿色star 阅读(206) 评论(0) 推荐(0) 编辑

导航