This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author giampaolo.rodola
Recipients desbma, giampaolo.rodola, methane
Date 2019-02-26.10:59:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551178752.34.0.373526070971.issue36103@roundup.psfhosted.org>
In-reply-to
Content
@Inada: having played with this in the past I seem to remember that on Linux the bigger bufsize doesn't make a reasonable difference (but I may be wrong), that's why I suggest to try some benchmarks. In issue33671 I pasted some one-liners you can use (and you should target copyfileobj() instead of copyfile() in order to skip the os.sendfile() path). Also on Linux "echo 3 | sudo tee /proc/sys/vm/drop_caches" is supposed to  disable the cache.
History
Date User Action Args
2019-02-26 10:59:12giampaolo.rodolasetrecipients: + giampaolo.rodola, methane, desbma
2019-02-26 10:59:12giampaolo.rodolasetmessageid: <1551178752.34.0.373526070971.issue36103@roundup.psfhosted.org>
2019-02-26 10:59:12giampaolo.rodolalinkissue36103 messages
2019-02-26 10:59:12giampaolo.rodolacreate