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 ...
    • FAQ: Can I reassign Kadeck Desktop licenses?

      Multiple licenses of Kadeck Desktop can be purchased, but there are some things to consider depending on the variant (Desktop Professional or Business). Desktop Professional With Kadeck Desktop Professional, a license is assigned to a single person. ...