Some customers observe that the memory space consumed by OFS grows regularly. At the end, "OFS" doesn't work anymore. Customer have to restart the PC to make "OFS" operational again.
Explanation:
there's a memory fragmentation which has the same effects as a memory leak.
This effect is due to the garbage collector which is active by default and must be deactivated.
On OFS V3.63 SP2, it will be disabled by default and not enabled.
To deactivate the garbage collector, you must therefore:
• stop OFS
• edit C:\ProgramData\Schneider Electric\OFS\3.63.0.0\ofsinternal.xml
• replace <add value="true" key="GarbageCollector"/> by <add value="false" key="GarbageCollector"/>
In the OFS log, we must have Garbage collector is not active