Before tuning run time performances, ensure that you’re using optimized class files. For example, programs compiled in debug mode are slower than programs compiled without debug information. Read Compile-time optimizations for details.
• avoid having iscobol.tracelevel set in the configuration or
• set iscobol.tracelevel=0 in the configuration or
• put an hash sign before iscobol.tracelevel in the configuration file
To provide more memory for array handling, set the property iscobol.array_cache in the isCOBOL configuration. Veryant recommends to set it to the maximum number of OCCURS in the application. If memory consumption is slowing performance then set to a lower value and in this case, a prime number is recommended to reduce collisions by making a more even hash distribution.To provide more memory for sorting procedures, set the property iscobol.sort.memsize in the isCOBOL configuration. Veryant recommends to increase the sort memory to a minimum value of 16 MB:
2. Setting the CLASSPATH instead of iscobol.code_prefix to tell where your programs are stored.
1.
2.
•
| Copyright (c) 2017 Veryant |
| Contact us |
|
Please share your comments on this manual or on any Veryant product documentation with the email button at the top left |