-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TSC allocates a lot of memory and crashes with an error #8352
Comments
this looks like the same issue as #7344. updating to a newer RxJS (later than 5.0.0-beta.2) should address the issue. |
Thanks, but the problem is, that angular 2 has RxJS beta.2 as dependency |
@alexeagle what is the recommendation to get a newer version of RxJS? |
current angular 2 releases use more recent rxjs (I believe we are on beta.6 now) |
thanks @alexeagle! |
Thanks. |
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
git clone https://github.com/lexon0011/IssueDemonstrator
npm install
typings install
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?
The text was updated successfully, but these errors were encountered: