User Tag List

Results 1 to 9 of 9

Thread: File size limits

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUnicode Add-onInstall Creator

    Join Date
    Jul 2006
    Posts
    1,018
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    File size limits

    Hello!

    Did someone know the file size limits of these extensions?

    Binary (+ Quickload) - e.g. for zipping files
    Named Variable
    Blowfish


    Thanks in advance
    Gustav

  2. #2
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: File size limits

    How big have you done so far?
    As far as I know no one has reported a limit so it may be an OS file size limit.

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUnicode Add-onInstall Creator

    Join Date
    Jul 2006
    Posts
    1,018
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: File size limits

    I want to know the limits before it's too late and for the user documentation, because the database I use in my current program could be very huge (1 GB). I don't want to split it if possible.

    I'm not sure especially about the Binary object.

  4. #4
    Clicker Multimedia Fusion 2
    SEELE's Avatar
    Join Date
    Jul 2007
    Location
    Terra australis incognito
    Posts
    1,916
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: File size limits

    why don't you test it and find out?

  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUnicode Add-onInstall Creator

    Join Date
    Jul 2006
    Posts
    1,018
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: File size limits

    This could be funny.
    But before I'm trying to do something stupid, I want to ask here...

    The Binary object is a little bit suspect for me... :eek:

  6. #6
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: File size limits

    If the object loads a file entirely into memory (or makes an entire file memory-accessible, i.e. Binary Quickload), the limit is about 1.5GB, possibly much lower depending on virtual memory fragmentation. Though most people don't have this much ram anyway. It's not a good idea to use more than 100MB of ram if you want to run on common PCs.

    If the object only processes a file, loading a small amount at a time, then the size of the file is only limited by the filesystem (2GB for FAT32, MUCH larger for NTFS).

    I don't know how each of them work, but I suspect they all use the first one.

  7. #7
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUnicode Add-onInstall Creator

    Join Date
    Jul 2006
    Posts
    1,018
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: File size limits

    Thank you very much for your answer.
    This should be enough...

    And with the Binary Quickload I can handle errors (e.g. if not enough RAM), that the Binary not supports in this way.

  8. #8
    No Products Registered

    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    1,141
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: File size limits

    4gb for Fat 32...

  9. #9
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: File size limits

    Quote Originally Posted by Werbad
    4gb for Fat 32...
    Indeed, I was wrong there. Though it's worth noting that some programs (and most likely MMF extensions) puke on files over 2GB because they mistakenly use signed numbers for filesize.

Similar Threads

  1. INI File size
    By ProdigyX in forum Android Export Module Version 2.0
    Replies: 0
    Last Post: 25th June 2012, 02:44 PM
  2. .apk file size
    By Ls2 in forum Android Export Module Version 2.0
    Replies: 7
    Last Post: 25th February 2012, 10:18 PM
  3. File Size
    By iamjot in forum Install Creator and Patch Maker
    Replies: 2
    Last Post: 10th November 2011, 07:34 PM
  4. Size Limits on SWF?
    By Drcooper in forum SWF/Flash Export Module Version 2.0
    Replies: 8
    Last Post: 15th July 2010, 06:32 PM
  5. File size problem with regular file object??
    By TrojanWolf in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 25th April 2010, 10:39 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •