Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Oct 2017 08:41:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-fs@FreeBSD.org
Subject:   [Bug 223015] [tmpfs] [patch] tmpfs does not support sparse files
Message-ID:  <bug-223015-3630-2U3r3Dajha@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-223015-3630@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223015

--- Comment #7 from Konstantin Belousov <kib@FreeBSD.org> ---
(In reply to Keith White from comment #5)
object->resident_page_fault is equally meaningless for your purposes.  What is
not clear in my comment #4 ?

The patch does not require any of these dynamic calculations using meaningless
(for this purpose) values.  If you want to limit the tmpfs mount memory use,
specify explicit limit to mount_tmpfs.  The attempts to mis-use some pagedaemon
or object internal counters would not work out, their purpose is very different
and they do not match with resource limiting for tmpfs.

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223015-3630-2U3r3Dajha>