diff options
author | NeilBrown <neilb@suse.de> | 2024-12-12 08:47:04 +1100 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2025-01-06 09:37:37 -0500 |
commit | 0b6e14242630ad5f65839b23400bd67c5166e2b4 (patch) | |
tree | 1c6f354b9f6cbf37dc2e61fac08d6e9dc255b1e4 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | a4b853f183a19a88ad635f9ae8ba97e7cb377a23 (diff) |
nfsd: use an xarray to store v4.1 session slots
Using an xarray to store session slots will make it easier to change the
number of active slots based on demand, and removes an unnecessary
limit.
To achieve good throughput with a high-latency server it can be helpful
to have hundreds of concurrent writes, which means hundreds of slots.
So increase the limit to 2048 (twice what the Linux client will
currently use). This limit is only a sanity check, not a hard limit.
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions