推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
oldbird
V2EX  ›  Python

请问在 64 位系统上 32/64 位 Python 分别可用最大内存是多少?

  •  
  •   oldbird · Aug 8, 2019 · 2624 views
    This topic created in 2542 days ago, the information mentioned may be changed or developed.

    WIN7 64 位系统,内存 64G, 32 位和 64 位 python 分别可用内存是多少? 看网上说 32 位 python 最大可用内存约为 2G,不知道对不对

    3 replies    2019-08-08 11:17:34 +08:00
    hihipp
        1
    hihipp  
       Aug 8, 2019
    windows 系统,每个 32 位进程可用最大内存是 4GB,其中高于 2GB 给系统,低于 2GB 给进程,实际进行可用内存不高于 2GB。
    oldbird
        2
    oldbird  
    OP
       Aug 8, 2019
    @hihipp 请问 64 位 python 可用最大内存?
    arrow8899
        3
    arrow8899  
       Aug 8, 2019
    @oldbird 理论上是 2^64 bytes = 16777216[TB]
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5920 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 34ms · UTC 02:41 · PVG 10:41 · LAX 19:41 · JFK 22:41
    ♥ Do have faith in what you're doing.