1
0
Fork 0

Improve monitoring

This commit is contained in:
Malte Brandy 2020-08-11 03:08:48 +02:00
parent 147f18578f
commit d6323e6243
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
3 changed files with 3 additions and 2 deletions

View file

@ -47,7 +47,7 @@ in {
services = {
beesd.filesystems.root = {
spec = "LABEL=root";
hashTableSizeMB = 2048;
hashTableSizeMB = 128;
verbosity = "crit";
extraOptions = [ "--loadavg-target" "4.0" ];
};

View file

@ -26,6 +26,7 @@ let
"nixos/release-20.03/nixpkgs.haskellPackages.${name}.x86_64-linux";
watchedHaskellUpdatesPkgs = builtins.attrNames (pkgs.myHaskellPackages) ++ [
"jsaddle-warp"
"stan"
"snap"
"dependent-sum-template"
"universe-dependent-sum"

View file

@ -11,7 +11,7 @@ let
{
inherit (p)
brittany ormolu releaser cabal-fmt stack ghcid ghcide haskell-language-server cabal-install dhall
aeson unordered-containers these taskwarrior pandoc hlint
taskwarrior pandoc_2_10_1 hlint
cabal2nix weeder reflex-dom password optics-th shh-extras neuron hspec-discover cabal-edit paths;
} // makeHaskellScriptPackages p;
in {