Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - Database Administration » The Database Server » The SQL Anywhere database server » Database server options

-gr server option Next Page

-gss server option


Sets the stack size per internal execution thread in the server.

Syntax

{ dbsrv10 | dbeng10 } -gss { integer[ k | m ] } ...

Applies to

This option has no effect on Windows operating systems.

Remarks

The number of internal execution threads is controlled by the -gn option, and has a default value of 20. The -gss option allows you to lower the memory usage of the database server in environments with limited memory.

The size is the amount of memory to use, in bytes. Use k or m to specify units of kilobytes or megabytes, respectively.

On NetWare, the default, and minimum, stack size per internal execution thread is 128 KB, and the maximum stack size is 1 MB. On Unix, the default and minimum stack size per internal execution thread is 500 KB, and the maximum stack size is 4 MB.

See also