Skip to content

Commit

Permalink
Delay start of large UTxO set jobs to ensure time for genesis block.
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Mar 21, 2024
1 parent 424cf02 commit d40c1c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nix/workbench/profile/prof1-variants.jq
Original file line number Diff line number Diff line change
Expand Up @@ -1074,6 +1074,7 @@ def all_profile_variants:
{ name: "utxoscale-solo-34M32G-nomadperfssd"
, genesis:
{ utxo: (34 * $M)
, extra_future_offset: 400
}
, node:
{ heap_limit: 32768
Expand All @@ -1083,6 +1084,7 @@ def all_profile_variants:
{ name: "utxoscale-solo-48M64G-nomadperfssd"
, genesis:
{ utxo: (48 * $M)
, extra_future_offset: 400
}
, node:
{ heap_limit: 65536
Expand All @@ -1092,6 +1094,7 @@ def all_profile_variants:
{ name: "utxoscale-solo-62M64G-nomadperfssd"
, genesis:
{ utxo: (62 * $M)
, extra_future_offset: 400
}
, node:
{ heap_limit: 65536
Expand All @@ -1104,12 +1107,14 @@ def all_profile_variants:
}
, node:
{ heap_limit: 65536
, extra_future_offset: 400
}
}
, $utxoscale_solo_template *
{ name: "utxoscale-solo-112M64G-nomadperfssd"
, genesis:
{ utxo: (112 * $M)
, extra_future_offset: 400
}
, node:
{ heap_limit: 65536
Expand All @@ -1119,6 +1124,7 @@ def all_profile_variants:
{ name: "utxoscale-solo-146M64G-nomadperfssd"
, genesis:
{ utxo: (146 * $M)
, extra_future_offset: 400
}
, node:
{ heap_limit: 65536
Expand Down

0 comments on commit d40c1c9

Please sign in to comment.