Hi All,
env : ec2 ubuntu 22.04
fdb: 6.3.24
5 storage nodes: 2 cores, 16 memory, ssd
3 log nodes: 2cores, 8 memory, ssd
3 stateless nodes: 2 cores, 8 memory, ssd
For workload, writes reach to 104k ops/s, then speed deincreased.
As I know, Transactions per Second Limit decreased means the cluster performance is limited in some way by ratekeeper.
With the default knobs, the target queue size is 1.0GB, and ratekeeper will start trying to reduce the transaction rate when a storage server’s queue size reaches 900MB.
Command status details shows RAM used almost 100% on storage node…
10.3.55.185:4500 ( 0% cpu; 1% machine; 0.000 Gbps; 1% disk IO;11.7 GB / 12.0 GB RAM )
10.3.55.187:4500 ( 1% cpu; 1% machine; 0.000 Gbps; 1% disk IO;11.8 GB / 12.0 GB RAM )
10.3.55.188:4500 ( 1% cpu; 1% machine; 0.000 Gbps; 1% disk IO;11.9 GB / 12.0 GB RAM )
10.3.55.189:4500 ( 1% cpu; 1% machine; 0.000 Gbps; 1% disk IO;12.0 GB / 12.0 GB RAM )
10.3.55.192:4500 ( 1% cpu; 1% machine; 0.000 Gbps; 1% disk IO;11.9 GB / 12.0 GB RAM )
A few hours passed, RAM still used almost 100% on storage node, seems like RAM does not release…
Does anyone has this problem?