Use a configuration file to store server startup options.
start_iq @configuration_filename.cfg dbname.dbIf a startup parameter is passed from the command line and the same parameter exists in the .cfg file, the value in the command line overrides the value in .cfg file.
Configuration files can contain line breaks, and can include any set of options, including the @data option. Use a number sign (#) to designate lines as comments. An ampersand (&) character that appears by itself at the end of a line indicates that the previous token is continued on the next line. See the Utility Guide for a complete list of switches.
When you start a server and do not include any command line parameters or specify a configuration file, IQ retrieves the start-up parameters from a default configuration file, default.cfg, in the %IQDIR15%\scripts directory. The default.cfg file is also the source of parameters for the Service Manager, the params.cfg file used by Sybase Central, and for multiplex configurations. You can maintain consistency by editing parameters in default.cfg.
To increase the amount of virtual memory, change the parameters in default.cfg. To reduce the virtual memory that other programs use, add swap space to machines or reduce IQ memory demands (cache sizes, thread count, stack size, etc.).
start_iq @encrypt_params @other_paramsor
start_iq @encrypt_params -n myserv -c 400 -o %IQDIR15%\logfile\myserv.log
For more information, see SQL Anywhere Server - Database Administration