I have an application that crashes due to an OutOfMemoryException. It uses a great deal of unique strings during its processing. In order to avoid this OutOfMemoryException, I have forced it to terminate after completing one unit of work and am calling
it repeatedly with a batch script with an infinite loop. I would be very happy if you would support forcing no string interning. CompilationRelaxationg.NoStringInterning does not work the way you would expect it. Thank you.
↧