Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit ab1c293

Browse files
committed
extend the stack for hyper_container_init()
container_setup_modules() needs a large stack Signed-off-by: Lai Jiangshan <[email protected]>
1 parent 3fbba94 commit ab1c293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/container.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ static int hyper_setup_pty(struct hyper_container *c)
652652
int hyper_start_container(struct hyper_container *container,
653653
int utsns, int ipcns, struct hyper_pod *pod)
654654
{
655-
int stacksize = getpagesize() * 4;
655+
int stacksize = getpagesize() * 42;
656656
struct hyper_container_arg arg = {
657657
.c = container,
658658
.pod = pod,

0 commit comments

Comments
 (0)