Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: File Size limits

by bluto (Curate)
on Aug 01, 2005 at 16:02 UTC ( [id://479952]=note: print w/replies, xml ) Need Help??


in reply to File Size limits

If you are on Unix, I'd say just test it if you have a local filesystem that you don't mind if it gets full and it supports large files (i.e. > 2GB in size). Most unix filesystems will create a "sparse" (aka holey) file, without actually allocating all of the space. Just create a file, seek way the heck out there, and write one byte. It should only really be one disk block long, but appear in a directory listing as huge. I think this is true for NFS as well, but it may depend on the implementation.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://479952]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (6)
As of 2024-04-19 10:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found