ESX server效能調整

2021-09-21 10:44:43 字數 1166 閱讀 1112

個人總結:

1.刪除已經關閉不用的虛擬機器。

2.刪除虛擬機器中不適用的裝置。虛擬機器配置中和虛擬機器系統裡面。

3.優化虛擬出的作業系統。

4.確保安裝了新版本的vmtools。

5.避免過量分配記憶體。為主機配置足量的記憶體。

下面列出了一些可以在虛擬機器裡停用或禁用的通用windows服務,請根據虛擬機器的應用情況具體分析。

alerter

clip book

computer browser

dhcp client (unless using dhcp ip addresses)

fast user switching compatibility (windows xp)

imapi cd-burning com service (windows xp)

indexing service (unless needed)

internet connection firewall (icf) / internet connection sharing

ipsec services

messenger

network dde

network dde dsdm

network location awareness (nla)

print spooler (may be needed in some cases)

remote desktop help session manager

remote registry (may be needed)

routing and remote access (may be needed)

smart card

ssdp discovery service

system restore service (windows xp)

telnet (may be needed)

themes

uninterruptible power supply

windows audio (windows xp)

windows image acquisition (wia)

windows time (may be needed)

wireless zero configuration

效能調整策略

效能只是軟體整體質量的乙個方面,通常不是最重要的。精細的 調整也只是實現整體效能的一種方法,通常也不是決定性的。相對於 本身的效率而言,程式的架構 細節設計以及資料結構和演算法選擇對程式的執行速度和資源占用的影響通常會更大。定量測量時實現效能最優化的關鍵。定量測量需要找出真正決定程式效能的部分,在修...

ArcGIS Server效能調整

arcgis server效能調整 arcgis server產品的強大功能往往給了有些使用者帶來一定的認識誤區。有些使用者會認為可以把c s程式的使用模式和資料照搬到arcgis server的應用系統中.arcgis server的應用是b s的應用,軟體角度來講涉及到資料庫,web serve...

Apache Sqoop效能調整

sqoop是apache基礎提供的一種工具,在大資料世界中通常用於異構關聯式資料庫 rdbms 和hadoop 分布式檔案系統 hdfs 之間的匯入 匯出數百萬條記錄。這種資料傳輸可能導致不同的載入時間,從幾分鐘到幾個小時不等。此方案是全世界資料工程師在引擎蓋下檢視微調設定的情況。效能調整的目標是在...