refactored runner callback setup into main as prep for separate ohlc process

This commit is contained in:
tim
2024-01-15 23:12:13 -04:00
parent 7a4f4c485f
commit be91e75d71
7 changed files with 152 additions and 74 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/bash
docker run --network=host --ulimit memlock=-1 docker.dragonflydb.io/dragonflydb/dragonfly:latest --maxmemory 1G --hz=1 --dbfilename '' "$@"
docker run --network=host --ulimit memlock=-1 docker.dragonflydb.io/dragonflydb/dragonfly:latest --proactor_threads 1 --maxmemory 256MiB --hz=1 --dbfilename '' "$@"