aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorUbitUmarov2016-10-21 17:58:17 +0100
committerUbitUmarov2016-10-21 17:58:17 +0100
commit2ce0673af25901564060edab9e9ce67bbcc7c914 (patch)
treeeae37a850319184ea16c30ffb8b62cf950423f1b /bin/OpenSimDefaults.ini
parentMerge branch 'master' into httptests (diff)
parentignore prims with shape type none on max size check for physics (diff)
downloadopensim-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.ini11
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