MyNixOS website logo
option

services.youtrack.generalParameters

General configuration parameters and other JVM options. Only has an effect for YouTrack 2023.x. See https://www.jetbrains.com/help/youtrack/server/2023.3/youtrack-java-start-parameters.html#general-parameters for more information.

Declarations
Type
list of string
Default
[ ]
Example
[
  "-Djetbrains.youtrack.admin.restore=true"
  "-Xmx1024m"
];