cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

Creo Admin 102 - reg file for client side tuning

davehaigh
11-Garnet

Creo Admin 102 - reg file for client side tuning

After my talk last week there was a request to post what I have in my client side tuning reg file.

==== reg file starts on next line. Name the file with .reg extension =====
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Script]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Script\Features]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Script\Features\Iexplore]
"GcVarTrigger"=dword:00010000
"GcValTrigger"=dword:00010000
"GccbSysTrigger"=dword:00040000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Script\Features\xtop]
"GcVarTrigger"=dword:00010000
"GcValTrigger"=dword:00010000
"GccbSysTrigger"=dword:00040000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Script\Features\ptc_ie_server]
"GcVarTrigger"=dword:00010000
"GcValTrigger"=dword:00010000
"GccbSysTrigger"=dword:00040000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Script\Features\uwgm_client]
"GcVarTrigger"=dword:00010000
"GcValTrigger"=dword:00010000
"GccbSysTrigger"=dword:00040000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"SocketSendBufferLength"=dword:00010000

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Styles]
"MaxScriptStatements"=dword:ffffffff

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_MAXCONNECTIONSPERSERVER]
"iexplore.exe"=dword:0000000a
"xtop.exe"=dword:0000000a
"uwgm_client.exe"=dword:0000000a

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_MAXCONNECTIONSPER1_0SERVER]
"iexplore.exe"=dword:0000000a
"xtop.exe"=dword:0000000a
"uwgm_client.exe"=dword:0000000a
==== reg file ends on previous line =====

The last two keys require a config option:
dm_network_threads <some number=" goes=" here=">
Testing to find the proper number is a bit involved.
Default number is 3, I use 8. You can go up to 10, but there are diminishing returns for using larger numbers.
A proper test requires running Creo in debug mode and then examining the uwgm.log file.
In a shell you can search for Background in the uwgm log file and get the start and finish times.
<shell prompt=">findstr "Background" "<proe home=">\Log_PROE_28_05936_2011_10_17_14_36_21_000001\uwgm.log.1"
2011-10-17T21:51:28.050Z: S: uwgm.session0.1: Workspace Background loading started
2011-10-17T21:51:37.246Z: F: uwgm.session0.1: Workspace Background loading finished
This would indicate the download took 9 seconds.
You have to clear the files from the local cache before each download test.
These are the customer support bulletins on reducing download times in linked ProE sessions

This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
0 REPLIES 0
Top Tags