Solution to the API OutOfMemory Issue Which Stops Thread Creation

This article provides the solution to prevent an API’s OutOfMemory error where the operating system is unable to create new native threads. The operating system is limiting the number of threads your Mule process can spawn, or the memory settings are wrong (setting more memory than the physically available memory).

Memory Calculation

The usage of memory in Java is determined by the following formula: https://goo.gl/SMuyRn #DataIntegration #ML