1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-22 14:20:57 +00:00

Enable workstation garbage collection

Attempting to limit the amount of memory used by Jackett for users with high core CPUs  https://blog.markvincze.com/troubleshooting-high-memory-usage-with-asp-net-core-on-kubernetes/
This commit is contained in:
flightlevel 2019-04-19 11:41:47 +10:00
parent 13a1cd3ab7
commit 709cafda62

View file

@ -6,6 +6,7 @@
<AssemblyName>JackettConsole</AssemblyName>
<OutputType>Exe</OutputType>
<NoWarn>NU1605</NoWarn>
<ServerGarbageCollection>false</ServerGarbageCollection>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' != 'net461' and $(RuntimeIdentifier.Contains('win')) == 'false'">