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.
connector_plugin
Justin Clark-Casey (justincc) 2012-11-23 04:09:45 +00:00
parent acc1810af2
commit edbdbd44b9
1 changed files with 1 additions and 2 deletions

View File

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