On Mon, Aug 05, 2019 at 06:58:06PM +0200, Jeremie Courreges-Anglas wrote: > On Mon, Aug 05 2019, Stuart Henderson <[email protected]> wrote: > > On 2019/08/05 17:25, Timo Myyrä wrote: > >> Juan Francisco Cantero Hurtado <[email protected]> writes: > > [...] > > >> > Could you test this patch?. > >> > > >> > > >> > diff --git Makefile Makefile > >> > index 88a777f7c30..7547cf59c6c 100644 > >> > --- Makefile > >> > +++ Makefile > >> > @@ -39,7 +39,8 @@ NO_TEST = Yes > >> > GERBIL_ROOT = ${PREFIX}/gerbil > >> > > >> > do-build: > >> > - cd ${WRKSRC}/src && ulimit -n 1024 && ${SETENV} ${MAKE_ENV} > >> > ./build.sh > >> > + cd ${WRKSRC}/src && ulimit -n 1024 -s 16384 && \ > >> > + ${SETENV} ${MAKE_ENV} ./build.sh > >> > > >> > do-install: > >> > ${INSTALL_DATA_DIR} ${GERBIL_ROOT} > > > > Trying that in my next build (though it would seem odd for it to require > > more stack on one machine than another?) > > Or maybe amd64.p and exopi don't use the same limits (login.conf)? > naddy, ajacoutot?
I use the default login.conf. -- Antoine
