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

tallison pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_3x by this push:
     new eceb46224 clarify warning in PipesClient
eceb46224 is described below

commit eceb46224ac290dc195d1669ce7004446cba1797
Author: tallison <[email protected]>
AuthorDate: Tue Oct 21 07:58:40 2025 -0400

    clarify warning in PipesClient
    
    (cherry picked from commit 8ba427a4ca091d93daadcda111e998197e3795db)
---
 tika-core/src/main/java/org/apache/tika/pipes/PipesClient.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-core/src/main/java/org/apache/tika/pipes/PipesClient.java 
b/tika-core/src/main/java/org/apache/tika/pipes/PipesClient.java
index bc85d08e0..2106a02f6 100644
--- a/tika-core/src/main/java/org/apache/tika/pipes/PipesClient.java
+++ b/tika-core/src/main/java/org/apache/tika/pipes/PipesClient.java
@@ -546,7 +546,7 @@ public class PipesClient implements Closeable {
         }
         if (hasExitOnOOM) {
             LOG.warn(
-                    "I notice that you have an exit/crash on OOM. If you run 
heavy external processes " +
+                    "I notice that you have a jdk setting to exit/crash on 
OOM. If you run heavy external processes " +
                             "like tesseract, this setting may result in 
orphaned processes which could be disastrous" +
                             " for performance.");
         }

Reply via email to