Adaptive Server IQ 12.4.0 Additions to the start_asiq or asiqsrv12
•Remove all limits, and then set limits on the stack size and descriptors. To do so, go to the C shell and issue these commands:
%unlimit
%limit stacksize 8192
%limit descriptors 4096
Note Note that unlimit affects soft limits only. If you have any hard limits, you must change them by setting kernel parameters.
•Set all server parameters appropriately in the asiqsrv12 command.
9.1.2Additions to the start_asiq or asiqsrv12 command-line options
Two server startup switches for database caching are new as of version 12.03.1. The following details about these new options will be added to the next update of the Adaptive Server IQ Administration and Performance Guide and the Adaptive Server IQ Reference.
Two parameters for the start_asiq (on UNIX) or the asiqsrv12 command line override the database cache parameters that are set using the SET OPTION command. If the user has not set the parameters, the defaults are 8MB for the main cache size and 4MB for the temporary cache size. The following new server switches override values of the database options.
Switch | Description |
Specify main cache size in MB. (Overrides | |
| default.) |
|
|
Specify temporary cache size in MB. (Overrides | |
| default.) |
|
|
Two other new
9.1.3 Specifying server switches
The range of permissible values for the
Release Bulletin for Digital UNIX | 15 |