JetBrains / teamcity-dotnet-plugin

TeamCity plugin for .NET projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VBCSCompiler service remains in memory after `dotnet build` and consumes 100% of 1 CPU core and a lot of memory on Ubuntu

NikolayPianikov opened this issue · comments

Steps to reproduce

  • create a temp directory with long full name (~>100 symbols)
  • set the environment variable TMPDIR as full path to this temp directory
  • build some dotnet project

Related issues

dotnet/roslyn
TeamCity

Sample repo

Add /p:UseSharedCompilation=false to .rsp file for this case