Files
bind9/lib
Ondřej Surý 72cc25465f Reduce freemax values for dns_message mempools
It was discovered that NAME_FREEMAX and RDATASET_FREEMAX was based on
the NAME_FILLCOUNT and RDATASET_FILLCOUNT respectively multiplied by 8
and then when used in isc_mempool_setfreemax, the value would be again
multiplied by 32.

Keep the 8 multiplier in the #define and remove the 32 multiplier as it
was kept in error.  The default fillcount can fit 99.99% of the requests
under normal circumstances, so we don't need to keep that many free
items on the mempool.
2021-12-15 21:25:00 +01:00
..
2021-12-02 14:27:18 +01:00
2021-08-12 09:52:52 -07:00
2021-12-14 15:03:56 +01:00
2021-10-13 00:49:15 -07:00
2021-12-14 15:03:56 +01:00
2021-12-15 09:46:06 -08:00