Project

General

Profile

« Previous | Next » 

Revision 38e3c65a

Added by Samuel Williams almost 6 years ago

Improve fiber_pool_expand allocation strategy.

If mmap fails to allocate memory, try half the size, and so on.

Limit FIBER_POOL_ALLOCATION_MAXIMUM_SIZE to 1024 stacks. In typical
configurations this limits the memory mapped region to ~128MB per
allocation.