Hi,
According to the Geode documentation, it is possible to set the write buffer
size by using --write-buffer-size when creating a disk store [1].
Nevertheless, looking at the code, I have not seen that setting a value for
that parameter has any effect. Does anybody know if I am correct or if I
I also could not find any code that used the write-buffer-size when allocating
a buffer.
I did find this method: Oplog.allocateWriteBuf
It seems like this would be the allocation of the disk store write buffer.
If one is not already allocated then this method checks a sysprop and then
defaults to
Thanks, Darrel.
I have created a JIRA for this issue
(https://issues.apache.org/jira/browse/GEODE-9300).
Alberto
From: Darrel Schneider
Sent: Monday, May 24, 2021 6:24 PM
To: dev@geode.apache.org
Subject: Re: Question about the write-buffer-size parameter when