Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167999698
D14994.id41322.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
531 B
Referenced Files
None
Subscribers
None
D14994.id41322.diff
View Options
Index: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
===================================================================
--- head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
+++ head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
@@ -389,7 +389,7 @@
arc_free_target_init(void *unused __unused)
{
- zfs_arc_free_target = (vm_cnt.v_free_min / 10) * 11;
+ zfs_arc_free_target = vm_cnt.v_free_target;
}
SYSINIT(arc_free_target_init, SI_SUB_KTHREAD_PAGE, SI_ORDER_ANY,
arc_free_target_init, NULL);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 26, 8:38 PM (42 m, 50 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37232786
Default Alt Text
D14994.id41322.diff (531 B)
Attached To
Mode
D14994: Update zfs_arc_free_target after r329882.
Attached
Detach File
Event Timeline
Log In to Comment