Uploaded image for project: 'YADE - Yet Another Data Exchange Tool'
  1. YADE - Yet Another Data Exchange Tool
  2. YADE-603

HTTP provider - OutOfMemoryError while downloading file

    XMLWordPrintable

Details

    Description

      Current Situation

      • The HTTP transfer is configured to download files.
        • YADE CLI Client
          • when the size of the downloaded file exceeds the value set for the Java option -Xmx (default: -Xmx32m) in the start script yade.sh|cmd, the transfer fails with an OutOfMemory exception.
        • YADE JITL Job
          • the same exception can occur if the size of the downloaded file exceeds the memory limit specified by the -Xmx value of a Java job.

      Workaround

      • YADE CLI Client
        • a patch is available for download with YADE releases 1.13.18:
        • otherwise the YADE Java heap space can be increased (unix example):
          • Before running this YADE transfer use:
            • export JAVA_OPTIONS="-Xmx256m"
          • Alternatively use the yade.sh command line argument:
            • -java-options="-Xmx256m"

      Attachments

        Activity

          People

            re Robert Ehrlich
            re Robert Ehrlich
            Pramokshi Narawariya Pramokshi Narawariya
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: