From d14f9cb511589b158c76f7fce77238ce43d16c49 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 8 May 2023 04:22:58 +0200 Subject: [PATCH] Reduce full run working set size to 5mil --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 0eeb6ae..8b11060 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -38,7 +38,7 @@ "justMyCode": false, "env": { "NLTK_DATA": "./data/nltk", - "WORKING_SET_SIZE": "30000000", + "WORKING_SET_SIZE": "5000000", "TARGET_RUNS": "10", "MAXIMUM_RUNS": "100", },