[Bug 271065] Kernel FUSE limits read() size by 64k/128k
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 271065] Kernel FUSE limits read() size by 64k/128k"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Apr 2023 01:02:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271065 Ivan Rozhuk <rozhuk.im@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Works As Intended Status|New |Closed --- Comment #6 from Ivan Rozhuk <rozhuk.im@gmail.com> --- Alan, thank you for pointing and couching :) After some playing with kernel and fise3-libs I understand that my last changes of sshfs disables call of init() and sshfs does not set "readahead" to 64mb (value that I hardcoded some time ago and that works over half year). Now read() size is limited by "maxphys" and it is ok for me. -- You are receiving this mail because: You are the assignee for the bug.