gpt4 book ai didi

c# - 在哪里设置

转载 作者:太空狗 更新时间:2023-10-29 18:31:15 26 4
gpt4 key购买 nike

我正在开发一个关于排序列表的小程序。现在,我需要一个需要超过 2GB RAM 的阵列。在我的研究过程中,我找到了这个属性,但我不知道在哪里设置它。我正在使用单声道。

最佳答案

For very large ArrayList objects, you can increase the maximum capacity to 2 billion elements on a 64-bit system by setting the enabled attribute of the gcAllowVeryLargeObjects configuration element to true in the run-time environment.

MyCustomApp.config

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<gcAllowVeryLargeObjects enabled="true" />
</runtime>
</configuration>

用法:

mono64 --config MyCustomApp.config Foobar.exe

关于c# - 在哪里设置 <gcAllowVeryLargeObjects>?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39025934/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com