set RefreshTime = 0 in [MapImageService] in Standalone.ini and StandaloneHypergrid.ini to eliminate memory leaking for Warp3D map tiler, these variables should be erased needs more discussion!

0.8.0.3
Michael Cerquoni 2014-03-08 15:57:19 -05:00
parent 12f2648a57
commit da990d01f2
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@
LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"
; in minutes
RefreshTime = 60
RefreshTime = 0
;; This should always be the very last thing on this file
[Includes]

View File

@ -134,7 +134,7 @@
[MapImageService]
LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"
; in minutes
RefreshTime = 60
RefreshTime = 0
[GatekeeperService]
LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService"