Fix some memory leaks, fix tests, fix --print regression

This commit is contained in:
simon987 2022-02-11 11:09:29 -05:00
parent 37919932de
commit 8fa34da02f
9 changed files with 83 additions and 47 deletions

2
scripts/start_dev_es.sh Executable file
View file

@ -0,0 +1,2 @@
docker run --rm -it -p 9200:9200 -e "discovery.type=single-node" \
-e "ES_JAVA_OPTS=-Xms8g -Xmx8g" elasticsearch:7.14.0