to increase the JVM memory for stcmd command? In your installation directory e.g. c:\program files\borland\starteam sdk 13.0\Lib, there is a file called cmdServer.stJava. This file has the following line in it. options=-Xmx256m To increase the JVM memory, you need to change this line to something like options=-Xmx1024m On 32 bit computers, you are of course, still bound to a maximum of 2GB memory. For the size of projects (100K) files you are working with, you may want to consider installing the 64 bit SDK on a 64 bit Windows computer, and running stcmd from there. In this case, you are bound only by the total physical memory available on your machine.
↧