-iqmt iqsrv16 Server Option

Specifies the number of SAP Sybase IQ threads to create.

Syntax

-iqmt num

Remarks

The default is 60 threads per CPU for the first 4 CPUs and 50 threads per CPU for the remainder, with 3 more for system use, plus threads needed for database connections and background tasks. For example, on a system with 12 CPUs and 10 connections: 60*4 + 50*(numCPUs - 4) + numConnections + 6 = 656.

The minimum value of num is num_conn + 3.

The total number of server threads cannot exceed 4096 on 64-bit platforms, or 2048 on 32-bit platforms.