Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
{173076598} sqlwriter: Reduce buffer to avoid heap fragmentation
Heap fragmentation was observed with slow clients, reading a large number of small responses (comdb2del.tsk reading rowid and deleting rows inline with the read operation.) This lead to sqlwriter repeatedly buffering small payloads up to 1MB and consequently fragmenting the heap. Signed-off-by: Akshat Sikarwar <[email protected]>
- Loading branch information