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
TYPESCRIPT_SCAN_HEAP_MEMORY=${TYPESCRIPT_SCAN_HEAP_MEMORY:-"4096"}# Heap memory in megabytes for Typescript scanning with (Node.js process). Defaults to 4096 MB.
12
13
13
14
## Get this "scripts" directory if not already set
14
15
# Even if $BASH_SOURCE is made for Bourne-like shells it is also supported by others and therefore here the preferred solution.
@@ -54,7 +55,7 @@ else
54
55
# For later troubleshooting, the output is also copied to a dedicated log file using "tee".
55
56
# Note: Don't worry about the hardcoded version number. It will be updated by Renovate using a custom Manager.
56
57
# Note: NODE_OPTIONS --max-old-space-size=4096 increases the memory for larger projects to scan
0 commit comments