diff options
author | UbitUmarov | 2016-10-21 17:58:17 +0100 |
---|---|---|
committer | UbitUmarov | 2016-10-21 17:58:17 +0100 |
commit | 2ce0673af25901564060edab9e9ce67bbcc7c914 (patch) | |
tree | eae37a850319184ea16c30ffb8b62cf950423f1b /bin/OpenSimDefaults.ini | |
parent | Merge branch 'master' into httptests (diff) | |
parent | ignore prims with shape type none on max size check for physics (diff) | |
download | opensim-SC-2ce0673af25901564060edab9e9ce67bbcc7c914.zip opensim-SC-2ce0673af25901564060edab9e9ce67bbcc7c914.tar.gz opensim-SC-2ce0673af25901564060edab9e9ce67bbcc7c914.tar.bz2 opensim-SC-2ce0673af25901564060edab9e9ce67bbcc7c914.tar.xz |
Merge branch 'master' into httptests
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index bd37748..f10596e 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1693,12 +1693,13 @@ | |||
1693 | ; Stack size per thread created | 1693 | ; Stack size per thread created |
1694 | ThreadStackSize = 262144 | 1694 | ThreadStackSize = 262144 |
1695 | 1695 | ||
1696 | ; Set this to true (the default) to load each script into a separate | 1696 | ; Set this to true to load each script into a separate |
1697 | ; AppDomain. Setting this to false will load all script assemblies into the | 1697 | ; AppDomain. Setting this to false will load all script assemblies into the |
1698 | ; current AppDomain, which will reduce the per-script overhead at the | 1698 | ; current AppDomain, which will reduce the per-script overhead but deleted scripts stay inactive using memory |
1699 | ; expense of reduced security and the inability to garbage collect the | 1699 | ; this may only be a problem if regions stay alive for a long time with lots of scripts added or edited. |
1700 | ; script assemblies | 1700 | ; at this time some mono versions seem to have problems with the true option |
1701 | AppDomainLoading = true | 1701 | ; so default is now false until a fix is found |
1702 | AppDomainLoading = false | ||
1702 | 1703 | ||
1703 | ; Controls whether previously compiled scripts DLLs are deleted on sim restart. If you set this to false | 1704 | ; Controls whether previously compiled scripts DLLs are deleted on sim restart. If you set this to false |
1704 | ; then startup will be considerably faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the | 1705 | ; then startup will be considerably faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the |