-
Notifications
You must be signed in to change notification settings - Fork 347
Memory-leak using "Debug"-option #1411
Comments
Thank you, we will investigate this! |
I can't see which IronPython version you are using, because with 2.7.6 jdhardy had solved some huge memory leaks. |
Hi, Thanks for your quick reply! :) We use version 2.7.6. If we do not use the "Debug" option everything is fine. Only if the "Debug" option is activated during script execution the memory memory rises by every call. |
Debug mode keeps a bunch of stuff around that it probably doesn't need to. Generally, any static variable should be viewed with suspicion, especially On Wed, Sep 14, 2016 at 12:58 AM, bmenne-dspace [email protected]
|
Dear IronPython Support Team
We are using IronPython to call Python from inside a .NET-Application. In our use case we have to debug the Python-Skript. So we enable the "Debug"-option of the ScriptEngine. We found out that the used memory rises by every call.
Please have a look.
Thanks a lot and kind regards
Benedikt
IronPythonDebugLeak.zip
The text was updated successfully, but these errors were encountered: