commit | 2c8b54e7be1aab92da91a15fa5b39c4ddca3eb1b | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <thierry.fournier@ozon.io> | Sat Dec 17 12:45:32 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 21 15:24:56 2016 +0100 |
tree | 0c2b859666579b534fff703382ff94fa343c372c | |
parent | 1be34152da64cad9f4737ddb17d51a6003e850f2 [diff] |
MEDIUM: lua: remove Lua struct from session, and allocate it with memory pools This patch use memory pools for allocating the Lua struct. This save 128B of memory in the session if the Lua is unused.