Page MenuHomeFreeBSD

D2165.id4481.diff
No OneTemporary

D2165.id4481.diff

Index: sys/rpc/svc.c
===================================================================
--- sys/rpc/svc.c
+++ sys/rpc/svc.c
@@ -113,12 +113,9 @@
}
/*
- * Don't use more than a quarter of mbuf clusters or more than
- * 45Mb buffering requests.
+ * Don't use more than a quarter of mbuf clusters.
*/
pool->sp_space_high = nmbclusters * MCLBYTES / 4;
- if (pool->sp_space_high > 45 << 20)
- pool->sp_space_high = 45 << 20;
pool->sp_space_low = 2 * pool->sp_space_high / 3;
sysctl_ctx_init(&pool->sp_sysctl);

File Metadata

Mime Type
text/plain
Expires
Mon, Oct 13, 4:34 AM (10 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23657476
Default Alt Text
D2165.id4481.diff (527 B)

Event Timeline