Simulating and Troubleshooting Thread Leak in Scala

In this series of simulating and troubleshooting performance problems in Scala, let’s discuss how to simulate thread leaks. java.lang.OutOfMemoryError: unable to create new native thread will be thrown when more threads are created than the memory capacity of the device. When this error is thrown, it will disrupt the application’s availability.


Video: To see the visual walk-through of this post, click below:

CategoriesUncategorized