Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit c678a69

Browse files
committed
Increase available memory for the statistic collector
1 parent f1b4628 commit c678a69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ run_battle:
3535
run_stat:
3636
docker run -u `id -u` -it --rm \
3737
--cpus=".9" \
38-
--memory="2g" \
38+
--memory="4g" \
3939
-v "$(CURRENT_DIR)project/:/app/" \
4040
-v "$(db_folder):/app/statistics/db/" \
4141
mahjong_bot pypy3 run_stat.py -p /app/statistics/db/$(file_name)
@@ -45,4 +45,4 @@ run_on_tenhou:
4545

4646
archive_replays:
4747
tar -czvf "logs-$(shell date '+%Y-%m-%d-%H-%M').tar.gz" -C ./project/battle_results/logs/ .
48-
tar -czvf "replays-$(shell date '+%Y-%m-%d-%H-%M').tar.gz" -C ./project/battle_results/replays/ .
48+
tar -czvf "replays-$(shell date '+%Y-%m-%d-%H-%M').tar.gz" -C ./project/battle_results/replays/ .

0 commit comments

Comments
 (0)