JAVA_VM_OPTIONS Option

Specifies command line options that the database server uses when it launches the Java VM.

Allowed Values

String

Default

Empty string

Scope

Can be set for the PUBLIC group only. DBA authority required.

Description

JAVA_VM_OPTIONS specifies options that the database server uses when launching the Java VM specified by the JAVA_LOCATION option. These additional options can be used to set up the Java VM for debugging purposes or to run as a service on UNIX platforms. In some cases, additional options are required to use the Java VM in 64-bit mode instead of 32-bit mode.

See SQL Anywhere 11.0.1 > SQL Anywhere Server - Database Administration > Configuring Your Database > Database options > Introduction to database options > Alphabetical list of options > java vm options option [database].

Related reference
JAVA_LOCATION Option