3.1

Table Of Contents
VMware, Inc. 45
Chapter 2 Installation
On32bitWindowssystems,themaximumsizeofanallocatedcontiguousmemory
blockis2GB.TheJVMheapisimplementedasacontiguousmemoryblockand~0.5GB
ofthatspaceisrequiredbytheJVMitselffornormaloperation.Therefore,ona32bit
Windowssystem,JVMprogramscanonly
useupto~1.5GBofmemoryperprocess.
1GBisenoughtoaccommodateapproximately1500concurrentdesktopsessions.
To increase the size of the JVM heap to 1GB on Windows Server
1StarttheWindowsRegistryEditorbyenteringregeditfromacommandprompt.
2 LocatethefollowingsubkeyintheregistryandclickJvmOptions:
HKLM\SOFTWARE\VMware, Inc.\VMware VDM\Plugins\wsnm\tunnelService\Params
3OntheEditmenu,clickModify.YouarepresentedwithaWindowsdialogbox
thatcontainsanentryresemblingthefollowing:
-Xms128m -Xmx512m -Dsimple.http.poller=simple.http.GranularPoller
-Dsimple.http.connect.configurator=com.vmware.vdi.front.SimpleConfigurator
4Modifythe-Xmxparametersothatitreads-Xmx1024m.Theentryinthedialognow
reads:
-Xms128m -Xmx1024m -Dsimple.http.poller=simple.http.GranularPoller
-Dsimple.http.connect.configurator=com.vmware.vdi.front.SimpleConfigurator
5ClickOKandexitRegistryEditor.
6Restartthesystem.
CAUTIONYoumustnotraisetheJVMheapsizetomorethan1.5GB.Allocatingaheap
sizegreaterthanthisamountresultsintheViewConnectionServerservicefailingto
start.