Bump the default kern.rpc.gss.client_max from 128 to 1024.
The old value resulted in bad performance, with high kernel and gssd(8) load, with more than ~64 clients; it also triggered crashes, which are to be fixed by a different patch. PR: 235582 Discussed with: rmacklem@ MFC after: 2 weeks
This commit is contained in:
parent
59ce7e9052
commit
2e82f607c0
@ -170,7 +170,7 @@ struct svc_rpc_gss_cookedcred {
|
||||
};
|
||||
|
||||
#define CLIENT_HASH_SIZE 256
|
||||
#define CLIENT_MAX 128
|
||||
#define CLIENT_MAX 1024
|
||||
u_int svc_rpc_gss_client_max = CLIENT_MAX;
|
||||
u_int svc_rpc_gss_client_hash_size = CLIENT_HASH_SIZE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user