Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
How do I increase the memory available to StarTeam stcmd.exe?
In order to increase the amount of memory available to stcmd.exe,
follow the steps outlined for the client version you are
using:
Windows Cross Platform Client
[Java VM]
Options=-Xmx1024m
Linux Cross Platform Client
Universal Non Windows Client
${JAVA_HOME}/bin/java
-Djava.library.path=${STARTEAM}/lib/native/${PLATFORM} -classpath
${STARTEAM}/lib/starteam100.jar
com.starbase.starteam.commandline.StarTeamCmd
"$@"
Add Java memory option i.e:
${JAVA_HOME}/bin/java -Xmx1024m
-Djava.library.path=${STARTEAM}/lib/native/${PLATFORM} -classpath
${STARTEAM}/lib/starteam100.jar
com.starbase.starteam.commandline.StarTeamCmd
"$@"