Memory issues while merging files

0 Likes

Problem:

Memory issues while merging files

Resolution:

  • Product Name: StarTeam
  • Product Version: All
  • Product Component: File Compare/Merge
  • Platform/OS Version: All Supported OS

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.

Old KB# 29137
Comment List
Related
Recommended