This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit b6d71b7b71854ae2b63eec6922194c4099df2963 Author: Fernando Miguélez Palomo <fernando.migue...@gmail.com> AuthorDate: Tue Jul 28 16:07:39 2020 +0200 Fix issue #7315 (#7316) Fixes issue #7315 Co-authored-by: xiaolong.ran <r...@apache.org> (cherry picked from commit a74fe60b85537e8f94ef2276c5758b9893a4d6ee) --- docker-compose/standalone-dashboard/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose/standalone-dashboard/docker-compose.yml b/docker-compose/standalone-dashboard/docker-compose.yml index 2a3a422..10ece5e 100644 --- a/docker-compose/standalone-dashboard/docker-compose.yml +++ b/docker-compose/standalone-dashboard/docker-compose.yml @@ -27,7 +27,7 @@ services: - 8080 - 6650 environment: - - PULSAR_MEM=" -Xms512m -Xmx512m -XX:MaxDirectMemorySize=1g" + - BOOKIE_MEM=" -Xms512m -Xmx512m -XX:MaxDirectMemorySize=1g" command: > /bin/bash -c "bin/apply-config-from-env.py conf/standalone.conf