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: Hello, Marco! Strangely, no one had complained about similar problems. To clarify this situation, answer me a few questions: 1. What version of Windows Server are you using? 2. What version of Internet Explorer you are using? 3. What is the volume of TypeScript-code (in kilobytes) you process?
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: Hello, Marco! Strangely, no one had complained about similar problems. To clarify this situation, answer me a few questions: 1. What version of Windows Server are you using? 2. What version of Internet Explorer you are using? 3. What is the volume of TypeScript-code (in kilobytes) you process?