scm.ini options for Visual Studio
Eddie Breeveld (61●1●25●30)
| asked Nov 29 '13, 5:34 p.m.
retagged Dec 13 '13, 2:21 p.m. by David Lafreniere (4.8k●7)
I am using the Visual Studio plug-in to load a large workspace from a remote Jazz server. Unfortunately the data rate is very slow, and after an hour or so the connection times out.
Is there an option I can add to the scm.ini file to increase the timeout to (say) a whole day instead of an hour? Are the scm.ini options documented anywhere? |
2 answers
The properties for the repository connection should have the "connection timeout" option similar to the one in eclipse.
Right click the repository connection and choose properties. Comments
Eddie Breeveld
commented Dec 02 '13, 11:50 a.m.
Thank you - unfortunately this is set to 480 (8 minutes), which does not seem to be the problem. I'll have to look elsewhere.
Hi Eddie
|
Thanks Karl,
I eventually found the issue - the timeout does help, but it was the 32-bit scm.exe that Visual Studio uses was the killer - it cannot cope with huge (GByte) files even with the java heap set to 1.5GBytes. Using Eclipse and setting its java heap to 6GBytes is the only work-around I have found. It does not help that we have a very slow connection to the server too. Eddie |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.