HugeTLB Pages

这篇文章 Huge TLB Pages是出Linux Kernel文档

2020-01-07 · 12 分钟

putty免密登录SSH服务

cenos7X86_64 + openssh - windows10 - putty

2019-12-31 · 1 分钟

LeetCode – 01 Matrix

LeetCode – Matrix - Given a matrix consists of and 1, find the distance of the nearest for each cell

2019-12-30 · 2 分钟

LeetCode – Flood Fill

An image is represented by a 2-D array of integers, each integer representing the pixel value of the image (from to 65535). Given a coordinate (sr, sc) …

2019-11-03 · 2 分钟

Linux Swap 分区相关命令

/proc/swaps 文件

2019-11-03 · 1 分钟

Netflix Blog- Mantis 开源

这篇文章Open Sourcing Mantis: A Platform For Building Cost-Effective, Realtime, Operations-Focused Applications 是出自 Netflix Technology Blog。 作为流式微服务生态系统,Mantis平台为工程…

2019-11-03 · 1 分钟

物理内存管理

SMP: CPU 通过总线访问内存, 称为 SMP 对称多处理器, 采用平坦内存模型, 物理页号连续, 总线成为瓶颈 - NUMA: CPU 都有本地内存, 访问内存不用总线, 称为 NUMA 非一致内存访问 采用非连续内存模型,页号不连续 - 稀疏内存模型

2019-11-03 · 1 分钟

linux-sides-Timers and time management in the Linux kernel. Part 4.

这篇文章 Timers and time management in the Linux kernel. Part 4

2019-10-25 · 12 分钟

进程内存布局

物理内存管理 - 虚拟内存管理 - 物理内存与虚拟内存的映射

2019-10-25 · 2 分钟

查看进程内存布局

可以通过一下方法查看: 命令: - pmap 文件: - proc filesystem maps 可以从其说明看到 -X 也是从/proc/PID/smaps获取了更详细的信息 /proc/PID/smaps

2019-10-19 · 1 分钟