diff options
author | Damjan Marion <damarion@cisco.com> | 2020-05-20 22:01:44 +0200 |
---|---|---|
committer | Damjan Marion <damarion@cisco.com> | 2020-05-20 22:01:44 +0200 |
commit | ef58758286e84d227377c447c7cf8fae82bdca94 (patch) | |
tree | 2bf2dd5acd8b2c733487f5749b95faa859bb225f /src/vnet/lisp-cp | |
parent | ca86c95a3413214110a03b001d45d018385b92dc (diff) |
vlib: mmap process stacks
Instead of allocating stack from the main heap, this patch mmaps stack
memory together with guard page.
This aproach reduces main heap usage, and stack memory is prefaulted
on demand, so bigger process stacks will have zero impact on memory
usage as long as stack memory is not needed for real.
In addition, it fixes issue with systems which have bigger default page
size (observed with 65536).
Type: improvement
Change-Id: I593365c603d4702e428967d80fd425fdee2c4a21
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/vnet/lisp-cp')
0 files changed, 0 insertions, 0 deletions