https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198500
Bug ID: 198500
Summary: [gjournal] sysctl kern.geom.journal.cache.limit 32 bit
integer overflow
Product: Base System
Version: 11.0-CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
sysctl kern.geom.journal.cache.limit shows negative value for FreeBSD/amd64
system having over 4GB RAM. That's due to:
1) the limit being u_int instead of u_long like vm.kmem_size (the limit is 1/2
of vm.kmem_size by default for amd64);
2) sysctl handler g_journal_cache_limit_sysctl() using signed int instead of
long.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"