Author: kwright
Date: Fri Sep  1 09:29:03 2017
New Revision: 1806908

URL: http://svn.apache.org/viewvc?rev=1806908&view=rev
Log:
Fix for CONNECTORS-1451: Increase example agents memory size.

Modified:
    manifoldcf/trunk/CHANGES.txt
    manifoldcf/trunk/framework/scripts-combined/combined-options.env.unix
    manifoldcf/trunk/framework/scripts-combined/combined-options.env.win
    manifoldcf/trunk/framework/scripts-start/start-options.env.unix
    manifoldcf/trunk/framework/scripts-start/start-options.env.win
    manifoldcf/trunk/framework/scripts/options.env.unix
    manifoldcf/trunk/framework/scripts/options.env.win

Modified: manifoldcf/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1806908&r1=1806907&r2=1806908&view=diff
==============================================================================
--- manifoldcf/trunk/CHANGES.txt (original)
+++ manifoldcf/trunk/CHANGES.txt Fri Sep  1 09:29:03 2017
@@ -3,12 +3,18 @@ $Id$
 
 ======================= 2.9-dev =====================
 
+CONNECTORS-1451: Tika extractor was causing some out-of-memory
+events to occur for simple crawls, so I increased the default memory
+allocated in the examples to 512M.
+(Karl Wright)
+
 CONNECTORS-1450: Tika extractor cannot process MS Office files due
 to a dependency problem.  The dependency issue is that poi-ooxml-schemas
 is apparently accessed via reflection, and the class lookup does not
 apparently use the current classloader, but rather some other classloader.
 This requires the entire poi* set of jars, and all dependencies, to be
 included in ManifoldCF's core jar list.
+(Karl Wright)
 
 ======================= Release 2.8 =====================
 

Modified: manifoldcf/trunk/framework/scripts-combined/combined-options.env.unix
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/scripts-combined/combined-options.env.unix?rev=1806908&r1=1806907&r2=1806908&view=diff
==============================================================================
--- manifoldcf/trunk/framework/scripts-combined/combined-options.env.unix 
(original)
+++ manifoldcf/trunk/framework/scripts-combined/combined-options.env.unix Fri 
Sep  1 09:29:03 2017
@@ -1,5 +1,5 @@
--Xms256m
--Xmx256m
+-Xms512m
+-Xmx512m
 -Dorg.apache.manifoldcf.configfile=./properties.xml
 -Dorg.apache.manifoldcf.jettyshutdowntoken=secret_token
 -cp

Modified: manifoldcf/trunk/framework/scripts-combined/combined-options.env.win
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/scripts-combined/combined-options.env.win?rev=1806908&r1=1806907&r2=1806908&view=diff
==============================================================================
--- manifoldcf/trunk/framework/scripts-combined/combined-options.env.win 
(original)
+++ manifoldcf/trunk/framework/scripts-combined/combined-options.env.win Fri 
Sep  1 09:29:03 2017
@@ -1,5 +1,5 @@
--Xms256m
--Xmx256m
+-Xms512m
+-Xmx512m
 -Dorg.apache.manifoldcf.configfile=.\properties.xml
 -Dorg.apache.manifoldcf.jettyshutdowntoken=secret_token
 -cp

Modified: manifoldcf/trunk/framework/scripts-start/start-options.env.unix
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/scripts-start/start-options.env.unix?rev=1806908&r1=1806907&r2=1806908&view=diff
==============================================================================
--- manifoldcf/trunk/framework/scripts-start/start-options.env.unix (original)
+++ manifoldcf/trunk/framework/scripts-start/start-options.env.unix Fri Sep  1 
09:29:03 2017
@@ -1,5 +1,5 @@
--Xms256m
--Xmx256m
+-Xms512m
+-Xmx512m
 -Dorg.apache.manifoldcf.configfile=./properties.xml
 -Dorg.apache.manifoldcf.jettyshutdowntoken=secret_token
 -cp

Modified: manifoldcf/trunk/framework/scripts-start/start-options.env.win
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/scripts-start/start-options.env.win?rev=1806908&r1=1806907&r2=1806908&view=diff
==============================================================================
--- manifoldcf/trunk/framework/scripts-start/start-options.env.win (original)
+++ manifoldcf/trunk/framework/scripts-start/start-options.env.win Fri Sep  1 
09:29:03 2017
@@ -1,5 +1,5 @@
--Xms256m
--Xmx256m
+-Xms512m
+-Xmx512m
 -Dorg.apache.manifoldcf.configfile=.\properties.xml
 -Dorg.apache.manifoldcf.jettyshutdowntoken=secret_token
 -cp

Modified: manifoldcf/trunk/framework/scripts/options.env.unix
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/scripts/options.env.unix?rev=1806908&r1=1806907&r2=1806908&view=diff
==============================================================================
--- manifoldcf/trunk/framework/scripts/options.env.unix (original)
+++ manifoldcf/trunk/framework/scripts/options.env.unix Fri Sep  1 09:29:03 2017
@@ -1,5 +1,5 @@
--Xms256m
--Xmx256m
+-Xms512m
+-Xmx512m
 -Dorg.apache.manifoldcf.configfile=./properties.xml
 -cp
 .:

Modified: manifoldcf/trunk/framework/scripts/options.env.win
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/scripts/options.env.win?rev=1806908&r1=1806907&r2=1806908&view=diff
==============================================================================
--- manifoldcf/trunk/framework/scripts/options.env.win (original)
+++ manifoldcf/trunk/framework/scripts/options.env.win Fri Sep  1 09:29:03 2017
@@ -1,5 +1,5 @@
--Xms256m
--Xmx256m
+-Xms512m
+-Xmx512m
 -Dorg.apache.manifoldcf.configfile=.\properties.xml
 -cp
 .;


Reply via email to