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

--- Comment #11 from Konstantin Belousov <k...@freebsd.org> ---
(In reply to Julien Cigar from comment #10)
If you just increase parallelism but do the sendfile over the same file, I
doubt that the issue is easier to reproduce, quite contrary.  Problem appears
when some pages in the file cache are reclaimed, and then sendfile(2) is called
over the region that contains holes in the cache.  So I would suggest to not
overreact with the parallelism from your app, instead some modest memory
pressure might be more useful.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to