Configuring the PSM Server for a 32-bit Windows Client
If you are installing at least one PSM client on a Windows 32-bit operating system, you must change the minimum RAM size that the PSM server expects each PSM client to have.
The PSM server must be installed.
- Log in to the PSM server.
- Edit the
/var/local/ems9001/conf/override-common.properties
file as follows:client.minimumRAMSizeMb=2000
- Save and close the file.
- Track changes to the
/var/local/ems9001/conf/override-common.properties
file with Git by committing this update to the Git repository.For example:
[user conf]# cd /var/local/ems9001/conf [user conf]# git commit -m "Changed minimum RAM size. By user@example.org." override-common.properties
This update can now be seen in the Git log. For more information on Git, see Using Git to Track override-common.properties.
- Restart the PSM server for the change to take
effect.
psm-restart
The restart command successfully completes when the 'Ems-' processes all change to 'running' state. Type <ctrl> c to exit the Linux watch command window.
You have successfully configured the PSM server to handle 32-bit Windows clients.