Skip to content

Commit

Permalink
reduce default metadata size to below LOH threshold (dotnet#12922)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyme authored and Charles Roddie committed May 2, 2023
1 parent 483c72f commit cded51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fsharp/TypedTreePickle.fs
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ let p_simpletyp x st = p_int (encode_simpletyp st.occus st.ostrings st.onlerefs

/// Arbitrary value
[<Literal>]
let PickleBufferCapacity = 100000
let PickleBufferCapacity = 50000

let pickleObjWithDanglingCcus inMem file g scope p x =
let st1 =
Expand Down

0 comments on commit cded51e

Please sign in to comment.