Is there any possibility to increase the stack siz...
# kotlin-native
t
Is there any possibility to increase the stack size of kotlin native programs?
o
as with other native programs,
ulimit -s SIZE
on POSIX systems