At Mon, 09 Mar 2015 13:57:55 -0700 (PDT), "Nick Sivo" wrote: > I noticed that in mz_proc_thread_create OS X and Linux are pinned to > 8192, should the same be true for FreeBSD now as well?
After looking through the change logs and thinking about it for a while, I'm not sure why I left OS X and Linux as special cases when I added the rlimit code to compute the default stack size. I was probably just being conservative (i.e., trying to not breaking builds that were working before). The special case for OS X and Linux probably should be removed, and I'll try that. -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/20150312162604.A88156501A2%40mail-svr1.cs.utah.edu. For more options, visit https://groups.google.com/d/optout.
