Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148419986
D48423.1786756080.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
491 B
Referenced Files
None
Subscribers
None
D48423.1786756080.diff
View Options
diff --git a/libexec/rc/rc.d/devd b/libexec/rc/rc.d/devd
--- a/libexec/rc/rc.d/devd
+++ b/libexec/rc/rc.d/devd
@@ -31,9 +31,11 @@
{
# If devd is disabled, turn it off in the kernel to avoid unnecessary
# memory usage.
- if ! checkyesno ${rcvar}; then
- $SYSCTL hw.bus.devctl_queue=0
- fi
+ # XXX-MJ this doesn't work at the moment, as we do not resize the devctl
+ # UMA zone.
+ #if ! checkyesno ${rcvar}; then
+ # $SYSCTL hw.bus.devctl_queue=0
+ #fi
}
load_rc_config $name
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Aug 15, 1:08 AM (16 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29409037
Default Alt Text
D48423.1786756080.diff (491 B)
Attached To
Mode
D48423: devd: Avoid setting devctl_queue when stopping devd
Attached
Detach File
Event Timeline
Log In to Comment