Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F131914529
D2165.id4481.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
527 B
Referenced Files
None
Subscribers
None
D2165.id4481.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D2165: Remove antique hard-coded limit and integer overflow bugs in kernel RPC request throttling code
Attached
Detach File
Event Timeline
Log In to Comment