From ff8cd0ac32924a2ef0951ad6c7a350e469e7376a Mon Sep 17 00:00:00 2001 From: Robert Metzger Date: Fri, 13 Jun 2014 21:40:34 +0200 Subject: [PATCH] Do not limit the client's heap space (See FLINK-934) [ci skip] --- stratosphere-dist/src/main/stratosphere-bin/bin/stratosphere | 1 - 1 file changed, 1 deletion(-) diff --git a/stratosphere-dist/src/main/stratosphere-bin/bin/stratosphere b/stratosphere-dist/src/main/stratosphere-bin/bin/stratosphere index dc6ac20a59f2b..28a60597d86af 100755 --- a/stratosphere-dist/src/main/stratosphere-bin/bin/stratosphere +++ b/stratosphere-dist/src/main/stratosphere-bin/bin/stratosphere @@ -26,7 +26,6 @@ fi STRATOSPHERE_LIB_CLIENTS_DIR=$STRATOSPHERE_ROOT_DIR/lib_clients -JVM_ARGS="$JVM_ARGS -Xmx512m" # auxiliary function to construct a lightweight classpath for the # Stratosphere CLI client