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
parent
acc1810af2
commit
edbdbd44b9
|
@ -1592,8 +1592,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]
|
||||||
|
|
Loading…
Reference in New Issue