c# x86 突破 2G内存限制

232 阅读1分钟
  1. 博客

为 .NET Core / Framework 程序开启大内存感知(LargeAddressAware),使 32 位程序支持最多 4GB 的用户空间内存-腾讯云开发者社区-腾讯云 (tencent.com)

项目地址:

dotnet-campus/dotnetCampus.LargeAddressAware: Let your 32-bit program aware large Address to 4GB. (github.com)

NuGet Gallery | dotnetCampus.LargeAddressAware 1.0.2

用法:

nuget 引用一下即可

<PackageReference Include="dotnetCampus.LargeAddressAware" Version="1.0.2" />

测试结果:

好使,可以用多线程良好;