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 christian.heimes
Recipients christian.heimes, davin, ned.deily, pitrou, ronaldoussoren, vinay0410
Date 2020-11-17.09:37:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605605861.06.0.132058815001.issue39584@roundup.psfhosted.org>
In-reply-to
Content
I'm strong -1 on any kind of arbitrary memory limit. Python is used on all sorts of hardware from RPi to super computers. 1 TB sounds like a lot, but it really is not. These days you can buy workstation computers with more than 1 TB RAM.

I would be ok with a limit of 2**48 on X86_64 platforms. Current X86_64 CPUs have a virtual address size limit of 48 bits. Other hardware platforms may have a similar limit. I don't have access to AArch64 or PPC64 to verify the address size.
History
Date User Action Args
2020-11-17 09:37:41christian.heimessetrecipients: + christian.heimes, ronaldoussoren, pitrou, ned.deily, davin, vinay0410
2020-11-17 09:37:41christian.heimessetmessageid: <1605605861.06.0.132058815001.issue39584@roundup.psfhosted.org>
2020-11-17 09:37:41christian.heimeslinkissue39584 messages
2020-11-17 09:37:40christian.heimescreate