diff options
author | Melanie | 2012-02-15 01:11:17 +0000 |
---|---|---|
committer | Melanie | 2012-02-15 01:11:17 +0000 |
commit | 272ba5a741ad1b486ee11174a46fa15573a78e83 (patch) | |
tree | 41a330f517cff6bda34e38657ad0d359a35eab86 /bin/OpenSim.ini.example | |
parent | Merge branch 'master' into careminster (diff) | |
parent | Refactor appearance saving for NPC to use AvatarFactoryModule interface. (diff) | |
download | opensim-SC-272ba5a741ad1b486ee11174a46fa15573a78e83.zip opensim-SC-272ba5a741ad1b486ee11174a46fa15573a78e83.tar.gz opensim-SC-272ba5a741ad1b486ee11174a46fa15573a78e83.tar.bz2 opensim-SC-272ba5a741ad1b486ee11174a46fa15573a78e83.tar.xz |
Merge branch 'master' into careminster
Diffstat (limited to '')
-rwxr-xr-x | bin/OpenSim.ini.example | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index d45f72b..a820ddf 100755 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -484,7 +484,6 @@ | |||
484 | ;; such as the Meta7 viewer. | 484 | ;; such as the Meta7 viewer. |
485 | ;; It has no ill effect on viewers which do not support server-side | 485 | ;; It has no ill effect on viewers which do not support server-side |
486 | ;; windlight settings. | 486 | ;; windlight settings. |
487 | ;; Currently we only have support for MySQL databases. | ||
488 | ; enable_windlight = false | 487 | ; enable_windlight = false |
489 | 488 | ||
490 | 489 | ||
@@ -573,10 +572,15 @@ | |||
573 | ; DeleteScriptsOnStartup = true | 572 | ; DeleteScriptsOnStartup = true |
574 | 573 | ||
575 | ;; Set this to true (the default) to load each script into a separate | 574 | ;; Set this to true (the default) to load each script into a separate |
576 | ;; AppDomain. Setting this to false will load all script assemblies into the | 575 | ;; AppDomain. |
577 | ;; current AppDomain, which will reduce the per-script overhead at the | 576 | ;; |
578 | ;; expense of reduced security and the inability to garbage collect the | 577 | ;; Setting this to false will load all script assemblies into the |
579 | ;; script assemblies | 578 | ;; current AppDomain, which will significantly improve script loading times. |
579 | ;; It will also reduce initial per-script memory overhead. | ||
580 | ;; | ||
581 | ;; However, setting this to false will also prevent script DLLs from being unloaded from memory if the script is deleted. | ||
582 | ;; This may cause an OutOfMemory problem over time when avatars with scripted attachments move in and out of the region. | ||
583 | ;; Some Windows users have also reported script loading problems when AppDomainLoading = false | ||
580 | ; AppDomainLoading = true | 584 | ; AppDomainLoading = true |
581 | 585 | ||
582 | ;# {DefaultCompileLanguage} {Enabled:true} {Default script language?} {lsl vb cs} lsl | 586 | ;# {DefaultCompileLanguage} {Enabled:true} {Default script language?} {lsl vb cs} lsl |