mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 09:58:26 +00:00
Allo setting jvm arguments in nixos modules
This commit is contained in:
@ -35,6 +35,7 @@ in
|
||||
waitForTarget = "solr-init.target";
|
||||
bind.address = "0.0.0.0";
|
||||
base-url = "http://localhost:7878";
|
||||
jvmArgs = [ "-J-Xmx2g" ];
|
||||
inherit full-text-search;
|
||||
};
|
||||
services.docspell-restserver = {
|
||||
@ -65,6 +66,8 @@ in
|
||||
pkgs.docspell.joex
|
||||
pkgs.jq
|
||||
pkgs.telnet
|
||||
pkgs.htop
|
||||
pkgs.openjdk
|
||||
];
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user