-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
DuplicateAn existing issue was already createdAn existing issue was already created
Description
I create a really small angular 2 app, where I can demonstrate that the TSC allocate a lot of memory. The command tsc -w
crashes after a certain amount of time with the following error message:
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - process out of memory
You can reproduce it with this repository
- clone the repository:
git clone https://github.com/lexon0011/IssueDemonstrator
- install the packages:
npm install
- install typings:
typings install
- star watching:
tsc -w
or or start the application:npm run start-dev
I use the version 1.8.10.
Is that a bug or a configuration error (e.g tsconfig.json)?? What goes wrong here?
Metadata
Metadata
Assignees
Labels
DuplicateAn existing issue was already createdAn existing issue was already created