webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

what is the max size of the file to FTP in webMethods

  • 1.  what is the max size of the file to FTP in webMethods

    Posted Wed June 09, 2010 04:36 PM

    Hi guys,

    Can anybody have an idea of max file size by IS. if yes, how to handle it.

    Thanks in Advance,
    Sha


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: what is the max size of the file to FTP in webMethods

    Posted Wed June 09, 2010 04:45 PM

    You should always use streams for processing large files via FTP channel.

    Mostly the large file FTP WORKS with the following setting:

    JAVA_MIN_MEM=1024M
    JAVA_MAX_MEM=1280M
    JAVA_MEMSET=“-ms${JAVA_MIN_MEM} -mx${JAVA_MAX_MEM}”

    The main problem is the single large heap size requested by the flow service

    Also use 64 bit JVM that may be more suitable for such problems

    HTH,
    RMG

    HTH,
    RMG


    #Integration-Server-and-ESB
    #webMethods