mirror of
https://github.com/sist2app/sist2.git
synced 2025-05-11 20:36:13 +02:00
Fix some memory leaks, fix tests, fix --print regression
This commit is contained in:
parent
37919932de
commit
8fa34da02f
9 changed files with 83 additions and 47 deletions
2
scripts/start_dev_es.sh
Executable file
2
scripts/start_dev_es.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue