Explorar el Código

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

Tianon Gravi hace 8 años
padre
commit
33bb269544
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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