mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
set gc memory high pressure to 50% of total memory (sadly it may decide to ignore); change show stats memory report; let robust also show memory on show stats
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
{
|
||||
"configProperties": {
|
||||
"System.GC.Server": false,
|
||||
"System.Drawing.EnableUnixSupport": true,
|
||||
"System.Globalization.UseNls": true
|
||||
"configProperties": {
|
||||
"System.GC.Server": false,
|
||||
"System.GC.HighMemoryPercent": 50,
|
||||
"System.Drawing.EnableUnixSupport": true,
|
||||
"System.Globalization.UseNls": true,
|
||||
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true,
|
||||
"System.Runtime.TieredCompilation.QuickJit": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user