Skip to content

Commit a927c5a

Browse files
committed
docs
1 parent 2d5aa4b commit a927c5a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/content/caches.fsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ the strong sizes of all FCS caches are reduced to either 0 or 1. This happens f
6767
In practice this will still make tools like the Visual Studio F# Power Tools usable, but some operations like renaming across multiple
6868
projects may take substantially longer.
6969
70-
For a 32-bit process the default threshold is 1.7GB of allocated managed memory in a process, see `maxMBDefault` in `service.fs`. For a 64-bit process
71-
it is twice this.
70+
By default the maximum memory trigger is disabled, see `maxMBDefault` in `service.fs`.
7271
7372
Reducing the FCS strong cache sizes does not guarantee there will be enough memory to continue operations - even holding one project
7473
strongly may exceed a process memory budget. It just means FCS may hold less memory strongly.

0 commit comments

Comments
 (0)