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 parameters to Kadeck , you can set the environment variable "KA_DECK_OPTS". For example, as an argument for the Docker image:
-e KA_DECK_OPTS="-Xms8g -Xmx12g"
Related Articles
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 cmd /c "SET KA_DECK_OPTS='-Xmx6G'&KaDeck.exe MacOS launchctl setenv KA_DECK_OPTS "-Xms6G" && open Kadeck.app/ Linux ...
Requirements
Hardware requirements The requirements can vary to a large extent depending on the number of users, connections in Kadeck and usage (e.g., how many users use it in parallel). Minimum Single Core CPU 4GB Memory 2 GB disk space Recommended 2+ Core CPU ...
Custom Codec Maven Quickstart Project
This article will guide you through building a custom codec by using the custom codec project and using it in Kadeck. In the end, you will have a new codec option in your "Codecs" dialog in the data browser of Kadeck. Introduction To make it easy to ...
Deploy Kadeck using a Helm chart
Kadeck can be deployed using a Helm chart. The helm chart is available in a repository here..
Release 4.3
This article describes the changes of the version 4.3.x update. New image tag: xeotek/kadeck:4.3.7 Kadeck Teams is no longer run as root as of version 4.3.5. Instead, a separate user kadeck is used. Depending on the container service, this requires ...