Re: [go-nuts] support stack size on go linker for musl

2022-03-01 Thread 'Olaf Flebbe' via golang-nuts
. Februar 2022 um 20:23:25 UTC+1: > On Mon, Feb 28, 2022 at 11:11 AM 'Olaf Flebbe' via golang-nuts > wrote: > > > > I need to call automagically generated C code (matlab models) with cgo > on the musl platform. > > > > Issue at hand is the code needs qu

[go-nuts] support stack size on go linker for musl

2022-02-28 Thread 'Olaf Flebbe' via golang-nuts
Hi, I need to call automagically generated C code (matlab models) with cgo on the musl platform. Issue at hand is the code needs quite a bit stack space to run sucessfully. It is well known that the default Stack size for threads is quite low for the Musl pplatform (i.e. the alpine distribut