Skip to content

TSC allocates a lot of memory and crashes with an error #8352

@lexon0011

Description

@lexon0011

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?

2016-04-28 16_44_46-windows task-manager

Metadata

Metadata

Assignees

No one assigned

    Labels

    DuplicateAn existing issue was already created

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions