nixos/unifi-video: convert int to string in default command
This commit is contained in:
parent
350731a856
commit
cb1c5dbb15
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ let
|
|||
-pidfile ${cfg.pidFile} \
|
||||
-procname unifi-video \
|
||||
-Djava.security.egd=file:/dev/./urandom \
|
||||
-Xmx${cfg.maximumJavaHeapSize}M \
|
||||
-Xmx${toString cfg.maximumJavaHeapSize}M \
|
||||
-Xss512K \
|
||||
-XX:+UseG1GC \
|
||||
-XX:+UseStringDeduplication \
|
||||
|
|
Loading…
Reference in a new issue