Max File Size

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • xkenneth

    Max File Size

    Is the max file size a relevant issue in python anymore? I know OS X
    has a max file size of 8 exabytes and I'm not sure about the latest
    version of Ubuntu. Does python have an independent file size limit, or
    is it dependent upon the OS it was compiled on?

    Regards,
    Kenneth Miller
  • Diez B. Roggisch

    #2
    Re: Max File Size

    xkenneth wrote:
    Is the max file size a relevant issue in python anymore? I know OS X
    has a max file size of 8 exabytes and I'm not sure about the latest
    version of Ubuntu. Does python have an independent file size limit, or
    is it dependent upon the OS it was compiled on?
    The latter should be the case. E.g. ZODB can grow larger than 2GB.

    Diez

    Comment

    Working...