Skip to content

Commit

Permalink
Trying 16KB of stack size
Browse files Browse the repository at this point in the history
  • Loading branch information
shpalani committed Sep 10, 2024
1 parent 6342c9b commit 0e471eb
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 * 10
#define NET_EBPF_EXT_STACK_EXPANSION_SIZE 1024 * 16

typedef struct _net_ebpf_ext_hook_client_rundown
{
Expand Down

0 comments on commit 0e471eb

Please sign in to comment.