Changes between Initial Version and Version 1 of Ticket #686, comment 3
- Timestamp:
- 12/23/14 13:19:52 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #686, comment 3
initial v1 4 4 > Are you developing your own module or using some 3rd-party modules for nginx? 5 5 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.6 I'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. 7 7 I think if the pool size or alloc size isn't aligned should only decrease performance not cause memory problem.