This repository has been archived by the owner on Mar 26, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not allocate memory manually while creating RPC buffer
Sunrpc Read buffer was created by allocating `1MiB` each time when client connects. Go can automatically expand the buffer when required so now empty buffer is initialized.(`1MiB` per brick connect is `1GB` for 1000 bricks) Signed-off-by: Aravinda VK <avishwan@redhat.com>
- Loading branch information