Changes between Initial Version and Version 1 of Ticket #686, comment 3


Ignore:
Timestamp:
12/23/14 13:19:52 (9 years ago)
Author:
Deming Sun

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #686, comment 3

    initial v1  
    44> Are you developing your own module or using some 3rd-party modules for nginx?
    55
    6 I'm using ngx_lua and pcre.(I do a little modify on ngx_lua,It's using my own pool.The pool init with NGX_DEFAULT_POOL_SIZE).It's happend when ngx_lua call pcre_compile function.pcre use a callback to malloc memory from ngx_pool of the my own pool.
     6I'm using ngx_lua and pcre.(I do a little modify on ngx_lua,It's using my own pool.).It's happend when ngx_lua call pcre_compile function.pcre use a callback to malloc memory from ngx_pool of the my own pool.
    77I think if the pool size or alloc size isn't aligned should only decrease performance not cause memory problem.