]> git.proxmox.com Git - mirror_lxc.git/commit
lxc_clone: bump stack size to 8MB
authorTycho Andersen <tycho@tycho.ws>
Wed, 29 May 2019 14:47:35 +0000 (08:47 -0600)
committerTycho Andersen <tycho@tycho.ws>
Wed, 29 May 2019 14:47:35 +0000 (08:47 -0600)
commit3df90604ec03a67791b26c94aa5592d127cb0914
treeedbe7eb84dd4b553d96a6460a8e65669670b58c8
parent5e7b4b3c166873030d51dc725907351f19d7e0fd
lxc_clone: bump stack size to 8MB

This is the default thread size for glibc, so it is reasonable to match
that when we clone().

Mostly this is a science experiment suggested by brauner, and who doesn't
love science?

Signed-off-by: Tycho Andersen <tycho@tycho.ws>
src/lxc/namespace.c