mirror of
https://github.com/Jackett/Jackett
synced 2025-02-21 22:07:10 +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:
parent
13a1cd3ab7
commit
709cafda62
1 changed files with 1 additions and 0 deletions
|
@ -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'">
|
||||
|
|
Loading…
Reference in a new issue