diff options
author | UbitUmarov | 2017-05-09 18:27:06 +0100 |
---|---|---|
committer | UbitUmarov | 2017-05-09 18:27:06 +0100 |
commit | 731510c30592b954e1150603b2f91f1c258d6978 (patch) | |
tree | 2db15b4e4ae334fb635b81329981818525c42ca2 /bin | |
parent | update mysql connector to v6.9.9 .net4.0 (diff) | |
download | opensim-SC-731510c30592b954e1150603b2f91f1c258d6978.zip opensim-SC-731510c30592b954e1150603b2f91f1c258d6978.tar.gz opensim-SC-731510c30592b954e1150603b2f91f1c258d6978.tar.bz2 opensim-SC-731510c30592b954e1150603b2f91f1c258d6978.tar.xz |
let .net decide GC mode from its defaults on the platform
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/OpenSim.exe.config | 2 | ||||
-rw-r--r-- | bin/Robust.exe.config | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/bin/OpenSim.exe.config b/bin/OpenSim.exe.config index f1bf8a0..3f718d2 100755 --- a/bin/OpenSim.exe.config +++ b/bin/OpenSim.exe.config | |||
@@ -5,8 +5,6 @@ | |||
5 | </configSections> | 5 | </configSections> |
6 | <runtime> | 6 | <runtime> |
7 | <loadFromRemoteSources enabled="true" /> | 7 | <loadFromRemoteSources enabled="true" /> |
8 | <gcConcurrent enabled="true" /> | ||
9 | <gcServer enabled="true" /> | ||
10 | </runtime> | 8 | </runtime> |
11 | <appSettings> | 9 | <appSettings> |
12 | </appSettings> | 10 | </appSettings> |
diff --git a/bin/Robust.exe.config b/bin/Robust.exe.config index 7db6458..025555e 100644 --- a/bin/Robust.exe.config +++ b/bin/Robust.exe.config | |||
@@ -5,8 +5,6 @@ | |||
5 | </configSections> | 5 | </configSections> |
6 | <runtime> | 6 | <runtime> |
7 | <loadFromRemoteSources enabled="true" /> | 7 | <loadFromRemoteSources enabled="true" /> |
8 | <gcConcurrent enabled="true" /> | ||
9 | <gcServer enabled="true" /> | ||
10 | </runtime> | 8 | </runtime> |
11 | <appSettings> | 9 | <appSettings> |
12 | </appSettings> | 10 | </appSettings> |