- vSphere High Performance Cookbook(Second Edition)
- Kevin Elder Christopher Kusek Prasenjit Sarkar
- 116字
- 2021-07-02 21:00:00
Memory performance best practices
Virtualization causes an increase in the amount of physical memory required due to the extra memory needed by ESXi for its own code and data structures, and you need to know what are the best practice standards you have.
There are four basic principles that you should keep in mind:
- Allocate enough memory to hold the working set of applications that you will run on the VM, thus minimizing swapping. You can estimate the working set by monitoring the Active Memory counter.
- Do not disable the balloon driver.
- Keep TPS enabled. It's free!
- Avoid overcommitting memory to the point that it results in heavy memory reclamation, especially complicated Swap In rates (KBps).
推薦閱讀
- 黑客攻防從入門到精通(實戰秘笈版)
- The Supervised Learning Workshop
- 案例式C語言程序設計
- Cocos2d-x游戲開發:手把手教你Lua語言的編程方法
- 基于Java技術的Web應用開發
- Java游戲服務器架構實戰
- Instant 960 Grid System
- PhoneGap Mobile Application Development Cookbook
- SQL經典實例(第2版)
- ASP.NET開發與應用教程
- MyBatis 3源碼深度解析
- JavaScript從入門到精通(視頻實戰版)
- Getting Started with Electronic Projects
- INSTANT Premium Drupal Themes
- Mastering Vim