Solution: Cumulative Update 9 for SDL Trados GroupShare 2017 SR1
It is planned to start these two processes with less memory consumption.
This will be introduced with the Cumulative Update 9 for SDL Trados GroupShare 2017 SR1. For the latest update information, please refer to the following article:
Workaround: Reduce default memory consumption
Note: These changes need to be applied on the application server where SDL Trados GroupShare is installed.
- Open the Registry editor
- Go to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SDL Translation Service\Parameters\
- Double-click on the right-hand side on the string/key:
AppParameters
- Add the following parameters at the beginning:
-XX:NewRatio=7 -Xmx1024m
- Click OK to close the dialog.
- The argument/parameter line should be looking like the following:
-XX:NewRatio=7 -Xmx1024m -jar "C:\Program Files\SDL\SDL Server\Translation Service\gs-translation-service.jar" --spring.profiles.active=std --logging.file="C:\ProgramData\SDL\Service\Logs\gs-translation-service.log" --server.port=41258 --gs.proxy.location=[serverName]
- Go to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SDL Feedback Service\Parameters\
- Double-click on the right-hand side on the string/key:
AppParameters
- Add the following parameters at the beginning:
-XX:NewRatio=7 -Xmx1024m
- Click OK to close the dialog.
- The argument/parameter line should be looking like the following:
-XX:NewRatio=7 -Xmx1024m -jar "C:\Program Files\SDL\SDL Server\Feedback Service\gs-feedback-service.jar" --spring.profiles.active=std --logging.file="C:\ProgramData\SDL\Service\Logs\gs-feedback-service.log" --server.port=41259 --gs.proxy.location=[serverName] --gs-management-service.ribbon.listOfServers=serverName.
- After the changes ensure to restart all the SDL Trados GroupShare Services. Details can also be found here: How to restart the SDL Trados GroupShare 2017 Services