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

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


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

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

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

diff --git 
a/tika-pipes/tika-pipes-core/src/main/java/org/apache/tika/pipes/core/PipesClient.java
 
b/tika-pipes/tika-pipes-core/src/main/java/org/apache/tika/pipes/core/PipesClient.java
index 5055d512e..c08cbb325 100644
--- 
a/tika-pipes/tika-pipes-core/src/main/java/org/apache/tika/pipes/core/PipesClient.java
+++ 
b/tika-pipes/tika-pipes-core/src/main/java/org/apache/tika/pipes/core/PipesClient.java
@@ -557,7 +557,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