You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👉 Set environment variable `IMPORT_GIT_LOG_DATA_IF_SOURCE_IS_PRESENT` to `none`. Example:
254
254
255
255
```shell
@@ -272,35 +272,35 @@ The [Code Structure Analysis Pipeline](./.github/workflows/internal-java-code-an
272
272
👉 The custom Jupyter Notebook metadata property `code_graph_analysis_pipeline_data_validation` can be set to choose a query from [cypher/Validation](./cypher/Validation) that will be executed preliminary to the notebook. If the query leads to at least one result, the validation succeeds and the notebook will be run. If the query leads to no result, the notebook will be skipped.
273
273
For more details see [Data Availability Validation](./COMMANDS.md#data-availability-validation).
274
274
275
-
- How can i increase the heap memory when scanning large Typescript projects?
275
+
- How can I increase the heap memory when scanning large Typescript projects?
276
276
👉 Use the environment variable TYPESCRIPT_SCAN_HEAP_MEMORY in megabyte (default = 4096):
0 commit comments