DevOps Cloud (ADM)
Cybersecurity
IT Operations Cloud
Memory issues while merging files
Description:
After a substantial period of time of performing a file
compare/merge, memory usage for the utility grows though the tool
is not responding.
Answer/Solution:
Open the "FileCompareMerge.stjava" file in your client
installation directory in a text editor and add this line to the
bottom: "options=-Xmx1024m", so that the file now looks
something like this:
[StJava]
.borland.dspspb.merger.launcher.Launcher
test=0
[Java VM]
name=Sun1.6.0_02
classpath=deltaII.jar;%CLASSPATH%
librarypath=%LIBRARYPATH%;
options=-Xmx1024m
This will increase the Java heap size for this application to
1024MB and most likely resolve this issue. If the issue persists,
please contact Borland technical support.