Skip to content

Commit

Permalink
wb: LMDB - for now only put live tables on SSD device
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeier committed Apr 12, 2024
1 parent bba719d commit d05a63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/nixos/cardano-node-service.nix
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ let
utxoLmdbParams = ["--v1-lmdb-ledger-db-backend"]
++ lib.optionals (cfg.lmdbDatabasePath i != null)
[ "--ssd-database-dir ${cfg.lmdbDatabasePath i}"
"--ssd-snapshot-tables"
# "--ssd-snapshot-tables"
];
cmd = builtins.filter (x: x != "") [
"${cfg.executable} run"
Expand Down

0 comments on commit d05a63a

Please sign in to comment.