On our test server we were getting out of memory exceptions from TypeScript and we found that our w3wp.exe was growing to 4gb in matter of minutes.
Removing the TypeScript transformer prevented the memory leaks.
The Bundle Transformer library by it self does not cause memory leaks. This happens only when TypeScript transformer is added.
Comments: It seems very strange to me that because of a slow JS engine the W3WP takes up 3.5GB of ram. I feel that there is a big memory leak somewhere.
Removing the TypeScript transformer prevented the memory leaks.
The Bundle Transformer library by it self does not cause memory leaks. This happens only when TypeScript transformer is added.
Comments: It seems very strange to me that because of a slow JS engine the W3WP takes up 3.5GB of ram. I feel that there is a big memory leak somewhere.