diff options
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index dc90ba5ae..18870023e 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -402,6 +402,8 @@ class Core(object): # objgraph.show_most_common_types(limit=20) # import memdebug # memdebug.start(8002) + + locals().clear() while True: sleep(2) |