Improving Performance - trillium_quality - trillium_discovery - 17.1

Trillium DQ Installation Guide

Product type
Software
Portfolio
Verify
Product family
Trillium
Product
Trillium > Trillium Quality
Trillium > Trillium Discovery
Version
17.1
ft:locale
en-US
Product name
Trillium Quality and Discovery
ft:title
Trillium DQ Installation Guide
First publish date
2008
ft:lastEdition
2024-10-19
ft:lastPublication
2024-10-19T09:58:08.471000

If you are planning to use Trillium Director with EDQ, for improved performance, add the DWORD values shown in TCP/IP Registry Entries to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters registry key on the Trillium Quality machine.

Table 1. TCP/IP Registry Entries

DWORD Value Name

Value Data

(Decimal Base)

Description

MaxUserPort

60000

Determines the highest port number TCP can assign when an application requests an available user port from the system. Typically, ephemeral ports (those used briefly) are allocated to port numbers 1024 through 5000, but decimal values up to 65534 are valid.

TcpTimeWaitDelay

30

Determines the time that must elapse before TCP can release a closed connection and reuse its resources. This interval between closure and release is known as the TIME_WAIT state or 2MSL state. During this time, the connection can be reopened at much less cost to the client and server than establishing a new connection. The default value is 240 seconds (4 minutes).