Skip to content

Commit

Permalink
Merge pull request #1217 from input-output-hk/more_gc_tracing
Browse files Browse the repository at this point in the history
chore: add dev-pre* tracing
  • Loading branch information
bernokl committed Apr 17, 2024
2 parents 5a3aedf + 3341e01 commit 2c0f8d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nix/cardano-services/deployments/default.nix
Expand Up @@ -176,6 +176,7 @@ in
providers = {
backend = {
enabled = true;
env.NODE_EXTRA_OPTIONS = "--trace-gc";
};
stake-pool-provider = {
enabled = true;
Expand Down Expand Up @@ -383,6 +384,7 @@ in
providers = {
backend = {
enabled = true;
env.NODE_EXTRA_OPTIONS = "--trace-gc";
};
stake-pool-provider = {
enabled = true;
Expand Down

0 comments on commit 2c0f8d0

Please sign in to comment.