Skip to content

Commit

Permalink
adjusted params a bit
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Demchuk <[email protected]>
  • Loading branch information
NikolayDemchuk committed Sep 24, 2024
1 parent 881d78b commit 98b1b42
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions images/linstor-server/global_common.conf
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ common {
on-io-error detach;
no-disk-flushes ;
no-disk-barrier;
c-plan-ahead 15;
c-plan-ahead 0;
c-fill-target 24M;
c-min-rate 80M;
c-max-rate 720M;
c-min-rate 50M;
c-max-rate 150M;
resync-rate 240M;
# size on-io-error fencing disk-barrier disk-flushes
# disk-drain md-flushes resync-rate resync-after al-extents
Expand All @@ -62,9 +62,9 @@ common {
}

net {
max-buffers 36k;
sndbuf-size 1024k;
rcvbuf-size 2048k;
max-buffers 45k;
sndbuf-size 10M;
rcvbuf-size 10M;
protocol C;
# timeout max-epoch-size max-buffers
# connect-int ping-int sndbuf-size rcvbuf-size ko-count
Expand Down

0 comments on commit 98b1b42

Please sign in to comment.