mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
update deps and move server gc pref in docker environment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user