mirror of
https://github.com/Steffo99/unimore-bda-6.git
synced 2024-11-21 15:34:18 +00:00
Reduce full run working set size to 5mil
This commit is contained in:
parent
8d831afbe3
commit
d14f9cb511
1 changed files with 1 additions and 1 deletions
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
@ -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",
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue