瀏覽代碼

Update the cassandra-basics test to use an explicitly smaller max heap size

Tianon Gravi 8 年之前
父節點
當前提交
33bb269544
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      test/tests/cassandra-basics/run.sh

+ 2 - 0
test/tests/cassandra-basics/run.sh

@@ -14,6 +14,8 @@ clientImage="$image"
 # Create an instance of the container-under-test
 cid="$(
 	docker run -d \
+		-e MAX_HEAP_SIZE='128m' \
+		-e HEAP_NEWSIZE='32m' \
 		-e JVM_OPTS='
 			-Dcom.sun.management.jmxremote.port=7199
 			-Dcom.sun.management.jmxremote.ssl=false