mirror of
https://github.com/Steffo99/unimore-bda-6.git
synced 2024-11-21 23:44:19 +00:00
Run full run in optimized mode
This commit is contained in:
parent
89af03d758
commit
fa3171666a
1 changed files with 1 additions and 0 deletions
1
.vscode/launch.json
vendored
1
.vscode/launch.json
vendored
|
@ -36,6 +36,7 @@
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"module": "unimore_bda_6",
|
"module": "unimore_bda_6",
|
||||||
"justMyCode": false,
|
"justMyCode": false,
|
||||||
|
"pythonArgs": ["-OO"],
|
||||||
"env": {
|
"env": {
|
||||||
"NLTK_DATA": "./data/nltk",
|
"NLTK_DATA": "./data/nltk",
|
||||||
"WORKING_SET_SIZE": "5000000",
|
"WORKING_SET_SIZE": "5000000",
|
||||||
|
|
Loading…
Reference in a new issue