DB Schema Compare Error: 'Version store out of memory'

前端 未结 2 660
礼貌的吻别
礼貌的吻别 2021-01-11 19:16

Below is an error that I have been receiving while doing a schema compare in Visual Studio 2013 Professional w/ Update 3. I am using version 2008 R2 DB server and I am utili

2条回答
  •  庸人自扰
    2021-01-11 20:09

    I have regularly seen this problem in our database builds within TeamCity. Following advice from this article https://connect.microsoft.com/SQLServer/feedback/details/749108/msbuild-fails-randomly-with-version-store-out-of-memory-cleanup-already-attempted-errors-msb4018 I have since configured the MSBuild command with the additional parameter /p:CmdLineInMemoryStorage=true. The build process does appear to be more reliable now.

提交回复
热议问题