You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2020/01/08 16:45:24 UTC

[tomcat] branch master updated: Fix "javadoc"

This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new 8c50fc3  Fix "javadoc"
8c50fc3 is described below

commit 8c50fc3e71b9b4b3807e57d6566a3cdbb94748db
Author: remm <re...@apache.org>
AuthorDate: Wed Jan 8 17:45:09 2020 +0100

    Fix "javadoc"
---
 java/org/apache/tomcat/util/net/SocketProperties.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/tomcat/util/net/SocketProperties.java b/java/org/apache/tomcat/util/net/SocketProperties.java
index 488f6f7..bfed3ac 100644
--- a/java/org/apache/tomcat/util/net/SocketProperties.java
+++ b/java/org/apache/tomcat/util/net/SocketProperties.java
@@ -112,8 +112,8 @@ public class SocketProperties {
      *   environments. Big servers also need to use a much higher default,
      *   while small cloud based ones should use 0 instead.
      *   Possible default value strategy:
-     *     heap < 1GB: 0
-     *     heap >= 1GB: heap / 16
+     *     heap inf 1GB: 0
+     *     heap sup 1GB: heap / 32
      */
     protected int bufferPoolSize = 1024*1024*100;
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org