Skip to content

Commit

Permalink
Fix typo in markdown
Browse files Browse the repository at this point in the history
In 817d004 this got messed up.

Signed-off-by: Ben Hale <bhale@pivotal.io>

[resolves cloudfoundry#682]
  • Loading branch information
shakuzen authored and nebhale committed Mar 12, 2019
1 parent 217e6a3 commit 3b87114
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/jre-zulu_jre.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ The amount of memory that should be allocated to stacks is given as an amount of
stack_threads: 500
```

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

#### Java Options

Expand Down

0 comments on commit 3b87114

Please sign in to comment.