Skip to content

Commit 9d58eb5

Browse files
committed
update doc
1 parent e9233e9 commit 9d58eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Here is the result when I started 10 clients (along with the clients generator)
7777

7878
### Conclusion
7979

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.
8181

8282
But, in the case the virtual thread weren't need to use OS process until any CPU-bounded work were done.
8383

0 commit comments

Comments
 (0)