- Kubernetes for Serverless Applications
- Russ McKendrick
- 122字
- 2021-07-02 19:16:45
Control groups
Google's own container journey started in 2006 when two of their engineers made a start on the control groups (cgroups) project. This is the Linux kernel feature which makes it possible to isolate resources such as RAM, CPU, networking, and disk I/O for a collection of processes. cgroups was initially released in 2007, and in early 2008 the functionality was merged into the Linux kernel mainline version 2.6.24.
You can find the release notes for version 2.6.24 of the Linux kernel at https://kernelnewbies.org/Linux_2_6_24. You can find information about the introduction of cgroups at point 10 in the Important things list where it discusses the framework that allows cgroups to hook into the kernel.
推薦閱讀
- 機器學習實戰:基于Sophon平臺的機器學習理論與實踐
- 輕松學C語言
- Div+CSS 3.0網頁布局案例精粹
- 我的J2EE成功之路
- Getting Started with Containerization
- CSS全程指南
- Apache Hive Essentials
- Learn CloudFormation
- 單片機技術一學就會
- 單片機C語言程序設計完全自學手冊
- Photoshop CS4數碼攝影處理50例
- 大數據素質讀本
- 天才與算法:人腦與AI的數學思維
- Hands-On Agile Software Development with JIRA
- Mastering Android Game Development with Unity