Skip to content

Commit 6a077fa

Browse files
committed
Merge branch '682-typo'
2 parents 217e6a3 + 3b87114 commit 6a077fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/jre-zulu_jre.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,7 @@ The amount of memory that should be allocated to stacks is given as an amount of
123123
stack_threads: 500
124124
```
125125

126-
Note that the default value of 250 threads is optimized for a default Tomcat configuration. If you are using another container, especially something non-blocking like Netty, it's more appropriate to use a significantly smaller value. Typically 25 threads would cover the needs of both the server (Netty) and the threads started by the JVM itself.hreads: 500
127-
```
126+
Note that the default value of 250 threads is optimized for a default Tomcat configuration. If you are using another container, especially something non-blocking like Netty, it's more appropriate to use a significantly smaller value. Typically 25 threads would cover the needs of both the server (Netty) and the threads started by the JVM itself.
128127

129128
#### Java Options
130129

0 commit comments

Comments
 (0)