Re: [Ironpython-users] Memory Leak and Lightweight Scopes

2014-07-09 Thread Slide
nov=microsoft@python.org [mailto: > ironpython-users-bounces+dinov=microsoft@python.org] On Behalf Of > Markus Schaber > Sent: Wednesday, November 16, 2011 1:40 AM > To: Markus Schaber; ironpython-users@python.org > Subject: Re: [Ironpython-users] Memory Leak and Lightweight S

Re: [Ironpython-users] Memory Leak and Lightweight Scopes

2011-11-16 Thread Dino Viehland
nces+dinov=microsoft@python.org [mailto:ironpython-users-bounces+dinov=microsoft@python.org] On Behalf Of Markus Schaber Sent: Wednesday, November 16, 2011 1:40 AM To: Markus Schaber; ironpython-users@python.org Subject: Re: [Ironpython-users] Memory Leak and Lightweight Scopes Hi,

Re: [Ironpython-users] Memory Leak and Lightweight Scopes

2011-11-16 Thread Markus Schaber
Hi, Von: Markus Schaber >[Memory Leaks] I now created a smaller stand-alone testcase simulating our environment, and isolated the following cases: - using Python.SetTrace(engine, delegate) leaks about 165k per script invocation. - importing the warning module from the hosting environment lea

Re: [Ironpython-users] Memory Leak and Lightweight Scopes

2011-11-16 Thread Markus Schaber
Hi, Dino, Von: Markus Schaber > Von: Dino Viehland [mailto:di...@microsoft.com] >> Also make sure that you don't have debugging enabled as that forces to >> create uncollectible code too and probably overrides the light weight scopes >> option. > I'll first try to check that one. The reason is

Re: [Ironpython-users] Memory Leak and Lightweight Scopes

2011-11-16 Thread Markus Schaber
Hi, Dino, Thanks for your vast amount of information. Von: Dino Viehland [mailto:di...@microsoft.com] > Also make sure that you don't have debugging enabled as that forces to create > uncollectible code too and probably overrides the light weight scopes option. I'll first try to check that on

Re: [Ironpython-users] Memory Leak and Lightweight Scopes

2011-11-15 Thread Dino Viehland
Marcus wrote: > Hi, > > We currently have a massive memory leak using IronPython hosted in our > application (about 10-15 MB per script run). > > Googling brought up that using the LightweightScopes option should solve > that problem. However, I was not able to find any documentation about the >

[Ironpython-users] Memory Leak and Lightweight Scopes

2011-11-15 Thread Markus Schaber
Hi, We currently have a massive memory leak using IronPython hosted in our application (about 10-15 MB per script run). Googling brought up that using the LightweightScopes option should solve that problem. However, I was not able to find any documentation about the implications of lightweight