Skip to content

Commit

Permalink
bench: undo the -c
Browse files Browse the repository at this point in the history
  • Loading branch information
deepfire committed Oct 23, 2021
1 parent 371f0cd commit 36a30ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/base-service.nix
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ in
enable = true;
systemdSocketActivation = true;
# https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/runtime_control.html
rtsArgs = [ "-N2" "-A16m" "-qg" "-qb" "-M${toString (cfg.totalMaxHeapSizeMbytes / cfg.instances)}M" "-c" ];
rtsArgs = [ "-N2" "-A16m" "-qg" "-qb" "-M${toString (cfg.totalMaxHeapSizeMbytes / cfg.instances)}M" ];
environment = globals.environmentName;
inherit cardanoNodePkgs hostAddr nodeId instanceProducers instancePublicProducers;
ipv6HostAddr = mkIf (cfg.instances > 1) "::1";
Expand Down

0 comments on commit 36a30ac

Please sign in to comment.