diego-gomez-olvera
03/23/2021, 2:19 PMThis study clearly indicates that memory is allocated to threads at the time of creation, and memory is not allocated based on the thread’s runtime demand. Both hyper working threads and almost dormant threads consume the same amount of memory. Modern Java applications tend to create hundreds (sometimes thousands) of threads. But most of those threads are in a WAITING or TIMED_WAITING state and do nothing.
Kris Wong
03/23/2021, 2:39 PMDariusz Kuc
03/23/2021, 2:55 PMKris Wong
03/23/2021, 4:00 PM