Skip to content

Commit

Permalink
Reduce FDB log process cache to 12GiB
Browse files Browse the repository at this point in the history
Investigate log processes not starting potentially due to decimal point
 in cache-memory config.
  • Loading branch information
masih committed Jul 3, 2023
1 parent 682d7fc commit 43cfd14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
log:
customParameters:
- memory=50GiB
- cache-memory=12.5GiB
- cache-memory=12GiB
# Increase the default max outstanding IO operations (64), used in AIO with O_DIRECT interface.
- knob_max_outstanding=256
# Increase relocation and fetch keys parallelism to speed up data distribution across the cluster.
Expand Down

0 comments on commit 43cfd14

Please sign in to comment.