Hi,
My C# app is running much slower than expected (about 3x slower than Java equivalent).
Profiling with the AQTime profiler has revealed that the CLR is collected garbage from heaps Gen0, Gen1 and Gen2 every few second! I assume that this is what is slowing it down.
How can I remedy this? I imagine that increasing the heap size would be a solution, but I don't know how to do this.
Any help would be geat.
Best regards,
Robin.
My C# app is running much slower than expected (about 3x slower than Java equivalent).
Profiling with the AQTime profiler has revealed that the CLR is collected garbage from heaps Gen0, Gen1 and Gen2 every few second! I assume that this is what is slowing it down.
How can I remedy this? I imagine that increasing the heap size would be a solution, but I don't know how to do this.
Any help would be geat.
Best regards,
Robin.