Skip to content

Commit

Permalink
expand stack to 16KB. (#4048)
Browse files Browse the repository at this point in the history
  • Loading branch information
shankarseal authored Nov 25, 2024
1 parent ae04b0b commit c3b4b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netebpfext/net_ebpf_ext_hook_provider.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "ebpf_extension_uuids.h"
#include "net_ebpf_ext_hook_provider.h"

#define NET_EBPF_EXT_STACK_EXPANSION_SIZE 1024 * 4
#define NET_EBPF_EXT_STACK_EXPANSION_SIZE 1024 * 16

typedef struct _net_ebpf_ext_hook_client_rundown
{
Expand Down

0 comments on commit c3b4b4a

Please sign in to comment.