scm.ini options for Visual Studio
![]()
Eddie Breeveld (61●1●24●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
![]()
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 |