You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ Here is the result when I started 10 clients (along with the clients generator)
77
77
78
78
### Conclusion
79
79
80
-
Note for both kinds of thread, there were memory pressure cause for each thread (platform or virtual) the JVM allocates head and stack memory for it.
80
+
Note for both kinds of thread, there were memory increase when the number of threads incresed, because for each thread (platform or virtual) the JVM allocates heap and stack memory for it.
81
81
82
82
But, in the case the virtual thread weren't need to use OS process until any CPU-bounded work were done.
0 commit comments