Linuxカーネルバージョンアップに伴い
VMwareTools の バージョンもアップしないと
本来のパフォーマンスが出ないみたいです
早速、以下の手順で VMwareToolsバージョンアップを実施してみます♪♪

VMwareTools適用方法
①.VMware Infrastructure Client を起動します。
②.ゲストOS が起動している事を確認します。
③.起動しているゲストOSを選択⇒ゲスト(G)⇒VMwareToolsのインストール/アップグレードを選択します。
④.コンソールより、mount /dev/cdrom /media を実行します。
mount: ブロックデバイス /dev/sr0 は書き込み禁止です、読込み専用でマウントします と表示しますが無視してください。
⑤.cp VMwareTools-X.X.X-XXXXX.tar.gz /tmp
tmp に VMwareTools-X.X.X-XXXXX.tar.gz を コピーします。
⑥.tar -xzvf VMwareTools-X.X.X-XXXXX.tar.gz
VMwareTools-X.X.X-XXXXX.tar.gz を解凍します。
⑦.cd vmware-tools-distrib/
解凍後の vmware-tools-distrib に移動します。
vmware-tools-distrib と違う場合があるかも
⑧../vmware-install.pl
コンパイルを実行します。
※.コンパイル実行後、Enter キー だけをクリックして実行します。
コンパイル実行内容
A previous installation of VMware Tools has been detected.
The previous installation was made by the tar installer (version 4).
Keeping the tar4 installer database format.
You have a version of VMware Tools installed. Continuing this install will
first uninstall the currently installed version. Do you wish to continue?
(yes/no) [yes]
Uninstalling the tar installation of VMware Tools.
Stopping services for VMware Tools
Stopping VMware Tools services in the virtual machine:
Guest operating system daemon: [ OK ]
Virtual Printing daemon: [ OK ]
Unmounting HGFS shares: [ OK ]
Guest filesystem driver: [ OK ]
Guest memory manager: [ OK ]
VM communication interface socket family: [ OK ]
VM communication interface: [ OK ]
This program previously created the file
/usr/lib/vmware-tools/lib64/libconf/etc/pango/pango.modules, and was about to
remove it. Somebody else apparently did it already.
途中省略
No X install found.
Creating a new initrd boot image for the kernel.
Checking acpi hot plug [ OK ]
Starting VMware Tools services in the virtual machine:
Switching to guest configuration: [ OK ]
Paravirtual SCSI module: [ OK ]
Guest memory manager: [ OK ]
VM communication interface: [ OK ]
VM communication interface socket family: [ OK ]
Guest operating system daemon: [ OK ]
Virtual Printing daemon: [ OK ]
The configuration of VMware Tools X.X.X build-XXXXXX for Linux for this running
kernel completed successfully.
kernel completed successfully.が表示すれば完了です
⑨./etc/init.d/network stop 
ネットワークを停止します。
⑩.rmmod pcnet32
⑪.rmmod vmxnet
⑫.depmod -a
⑬./etc/init.d/network start
ネットワークを開始します。

⑨~⑬までは何をしているか不明ですが
必ず実行する必要があります
筆者の環境では、この後に再起動して無事か確認しています