Skip to content

Commit

Permalink
Adds GCNoAffinitize setting (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd authored Jul 23, 2023
1 parent 05aa6b7 commit a1535d3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions content/Editors/Code/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,15 @@ Limits the number of [heaps](https://learn.microsoft.com/en-us/dotnet/standard/g

**Default:** `2`

---
#### `Fsharp.fsac.gc.noAffinitize`

Specifies whether to [affinitize](https://learn.microsoft.com/en-us/dotnet/core/runtime-config/garbage-collector#affinitize) garbage collection threads with processors. To affinitize a GC thread means that it can only run on its specific CPU.. Applies to server garbage collection only. See [GCNoAffinitize](https://learn.microsoft.com/en-us/dotnet/framework/configure-apps/file-schema/runtime/gcnoaffinitize-element#remarks) for more details. Requires restart.

**Type:** `boolean`

**Default:** `true`

---

#### `FSharp.fsac.gc.server`
Expand Down

0 comments on commit a1535d3

Please sign in to comment.