Skip to content

Commit

Permalink
wb | 32M LMDB profile with a 28 GB cgroup limit
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaste committed Apr 29, 2024
1 parent eaae3dc commit 8b2c20e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ PROFILES_NOMAD_PERF := default-nomadperf ci-test-nomadperf ci-bench-nomadp
PROFILES_NOMAD_PERF += plutus-nomadperf fast-nomadperf latency-nomadperf
PROFILES_NOMAD_PERF_NOP2P := default-nomadperf-nop2p oldtracing-nomadperf-nop2p ci-test-nomadperf-nop2p ci-bench-nomadperf-nop2p
PROFILES_NOMAD_PERF_NOP2P += value-nomadperf-nop2p value-oldtracing-nomadperf-nop2p plutus-nomadperf-nop2p fast-nomadperf-nop2p
PROFILES_NOMAD_PERFSSD := value-nomadperfssd fast-nomadperfssd latency-nomadperfssd value-16M32G-lmdb-nomadperfssd value-32M32G-lmdb-nomadperfssd
PROFILES_NOMAD_PERFSSD := value-nomadperfssd fast-nomadperfssd latency-nomadperfssd value-16M32G-lmdb-nomadperfssd value-32M32G-lmdb-nomadperfssd value-32M32G28GB-lmdb-nomadperfssd
# single node profiles on the NomadSSD cluster on AWS
PROFILES_UTXOSCALE_SOLO := utxoscale-solo-24M64G-nomadperfssd utxoscale-solo-12M64G-nomadperfssd utxoscale-solo-12M16G-nomadperfssd

Expand Down
14 changes: 14 additions & 0 deletions nix/workbench/profile/prof1-variants.jq
Original file line number Diff line number Diff line change
Expand Up @@ -1065,6 +1065,20 @@ def all_profile_variants:
{ ssd_directory: "/ssd1"
}
}
, $nomad_perfssd_base * $nomad_perfssd_dense * $p2p * $costmodel_v8_preview *
{ name: "value-32M32G28GB-lmdb-nomadperfssd"
, genesis:
{ utxo: (32 * $M)
}
, node:
{ heap_limit: 32768
, utxo_lmdb: true
}
, cluster:
{ nomad: {resources: {producer: {cores: 16, memory: 28000, memory_max: 28000}}}
, ssd_directory: "/ssd1"
}
}

## P&T Nomad cluster: 52 nodes, 3 regions, value-only (with old tracing variant) and Plutus, no P2P flavour
, $nomad_perf_base * $nomad_perf_dense * $costmodel_v8_preview *
Expand Down

0 comments on commit 8b2c20e

Please sign in to comment.