Pthread_create Failed: Couldn't Allocate 1064960-byte Stack: Out Of Memory
I have two fragments where inside both of these fragments, it will execute codes that utilize sqlbrite. While the app won't crash in normal usage, but the problem is, if I load the
Solution 1:
I restructured my codes and sql query and lessen the number of observables to only 12 instead of the original 60, and the problem is gone. So basically this issue was caused by bad design on my part.
Post a Comment for "Pthread_create Failed: Couldn't Allocate 1064960-byte Stack: Out Of Memory"