LOG-INFO / java-concurrency-practice

2 stars 0 forks source link

3차 부하테스트 #3

Open LOG-INFO opened 1 year ago

LOG-INFO commented 1 year ago

부하

Thread Count: 2000 Duration: 60 seconds

순서

  1. Platform Thread (max tomcat thread count: 2000)
  2. Reactor Netty
  3. Kotlin Coroutines
  4. Virtual Thread
LOG-INFO commented 1 year ago

stack memory가 2GB가 됨 (2000 * 1MB) image

LOG-INFO commented 1 year ago

image