Thread creation doesn't trigger a gc either. creating a lot of short lived threads will run out of memory even before the mysterious ios thread limit, and even with the thread gc patch i submitted.
Trying to limit the number of balls in the air, I haven't opened a discussion of a thread pool yet. On Wednesday, May 3, 2017 at 10:06:18 PM UTC-7, Shai Almog wrote: > > We GC every 30 seconds if there is no reason to trigger GC sooner. Thread > death isn't considered as a reason to trigger GC. > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/c23d9931-67c0-4267-81e8-5378e759c0fe%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
