JamesNK / Newtonsoft.Json

Json.NET is a popular high-performance JSON framework for .NET
https://www.newtonsoft.com/json
MIT License
10.71k stars 3.24k forks source link

ParseReadString OOM #2907

Closed ZLVincent closed 10 months ago

ZLVincent commented 10 months ago

JsonConvert.DeserializeObject() OOM. image

It seems that an error occurred when initializing string. But the overall memory of the service does not have OOM.Is this a .NET problem or a Newtonsoft.Json problem?

liorsa8 commented 6 months ago

@ZLVincent Why did you close it, what was the problem? I am facing a similar thing.