每日 Harness 开源 · Source
返回本期 · Back to 2026-07-04

博客文章 · Blog Posts2026-07-04 · Saturday, July 4, 2026

PostgreSQL and the OOM killer: Why we use strict memory overcommit

ubicloud.com原文 ↗

PostgreSQL and the OOM killer: Why we use strict memory overcommit
Ubicloud 工程博客解释 PostgreSQL 部署中采用严格 memory overcommit 的原因,核心风险是 Linux OOM killer 在压力下杀掉关键数据库进程。文章把 Postgres 进程模型、内存承诺和失败模式连起来,说明更早、更可控的分配失败优于运行时随机崩溃。它是基础设施文章里很实用的一类:策略选择来自故障模型,而不是配置偏好。
浏览

评论 · Comments