update deps and move server gc pref in docker environment

This commit is contained in:
13xforever
2020-07-30 17:05:40 +05:00
parent 5fce06905d
commit ca39f62594
5 changed files with 8 additions and 8 deletions

View File

@@ -14,6 +14,7 @@ RUN git status
RUN dotnet build "CompatBot/CompatBot.csproj" -c Release
ENV RUNNING_IN_DOCKER true
# Limit server GC to 384 MB heap max
ENV COMPlus_gcServer 1
ENV COMPlus_GCHeapHardLimit 0x18000000
WORKDIR /src/CompatBot
RUN dotnet run -c Release --dry-run