Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.13.17, 1.13.18
-
None
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.
- YADE CLI Client
Workaround
- YADE CLI Client
- a patch is available for download with YADE releases 1.13.18:
- unzip the patch patch_20230612_YADE-602_603_for_Client_1.13.18.zip to the ./lib/sos directory of the YADE installation.
- 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"
- Before running this YADE transfer use:
- a patch is available for download with YADE releases 1.13.18: