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 fweimer
Recipients fweimer, lars.gustaebel, vstinner
Date 2019-01-18.14:38:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547822322.85.0.586687361733.issue35772@roundup.psfhosted.org>
In-reply-to
Content
offsets = ( 4096, 12288, 20480, 28672, 36864, 45056, 53248, 61440, 69632,
        77824,)

These offsets are less than 64 KiB apart.  On systems with a 64 KiB page size, this will not result in a sparse file on tmpfs because the effective block size is the page size (tmpfs lives in the page cache).

Red Hat Enterprise Linux uses 64 KiB pages on aarch64, ppc64, ppc64le.  Only s390x and x86_64 use 4 KiB pages.
History
Date User Action Args
2019-01-18 14:38:44fweimersetrecipients: + fweimer, lars.gustaebel, vstinner
2019-01-18 14:38:42fweimersetmessageid: <1547822322.85.0.586687361733.issue35772@roundup.psfhosted.org>
2019-01-18 14:38:42fweimerlinkissue35772 messages
2019-01-18 14:38:42fweimercreate