Enable further client stack packet pooling by default by setting RecycleBaseUDPPackets = true by default.

This reduces base memory churn of every client connection, improving the garbage collection situation.
The effect is a significant portion of base load (an avatar standing still on a completely blank island)
but will probably still be swallowed up by other memory use on active regions.
Tests have shown no noticeable impact on speed of processing incoming packets, though setting remains
in case a switch back is needed.
0.7.4-extended
Justin Clark-Casey (justincc) 2012-11-23 04:09:45 +00:00
parent 6d0f66ae87
commit afaf7b5b94
1 changed files with 1 additions and 2 deletions

View File

@ -1587,8 +1587,7 @@
; If true, then the basic packet objects used to receive data are also recycled, not just the LLUDP packets. ; If true, then the basic packet objects used to receive data are also recycled, not just the LLUDP packets.
; This reduces data churn ; This reduces data churn
; This setting is currently experimental and defaults to false. RecycleBaseUDPPackets = true
RecycleBaseUDPPackets = false;
[InterestManagement] [InterestManagement]