Startup parameters for Desktop

Startup parameters for Desktop

You can pass any parameter to Kadeck's Java backend by adding them to the KA_DECK_OPTS environment variable.

Windows

  1. cmd /c "SET KA_DECK_OPTS='-Xmx6G'&KaDeck.exe

MacOS

  1.  launchctl setenv KA_DECK_OPTS "-Xms6G" && open Kadeck.app/

Linux

  1. KA_DECK_OPTS="-Xmx6G" ./KaDeck
The above temporary environmental variable declaration won't be available across invocations, but all supported OSes allow you to persist environmental variables.


    • Related Articles

    • Increase available memory

      To make Kadeck use all the available memory (min. 8GB recommended), you need to configure the JVM. To increase the memory available to the Java process, use the typical parameters -Xmx for the maximum and -Xms for the initial memory. To pass these ...
    • Startup Parameters / Environment variables

      The following list of startup parameters needs to be supplied through environment variables to the Kadeck Teams instance. Prefix "xeotek_kadeck_" required All values in the table need to be prefixed with 'xeotek_kadeck_', e.g. xeotek_kadeck_secret. ...
    • Configure LDAP Basic module

      Active Directory (AD) and OpenLDAP are supported to authenticate users. LDAP is only available to specific licenses. LDAP is configured via Startup Parameters with the prefix xeotek_kadeck_authentication_ldap. To enable LDAP, the ...
    • Download and Startup

      Download the version of Kadeck Desktop from here. There are 3 supported operating systems. Windows After downloading the file win.zip, extract its contents and click on the Kadeck executable. MacOS After downloading the file mac.zip, extract its ...
    • Configure a home path

      The home path can be used to change the URL through which the Kadeck Teams UI and API are accessible. In the default configuration, all endpoints are exposed via the host domain (e.g. localhost:80/). The home path parameter can be used to append ...