Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Memory use of a script
#4
The function call should go on the stack, which should be cleaned up after the function call exits. What state do you have that is causing this problem? From what you've said so far, garbage collector is probably not the way to go.
Reply


Messages In This Thread
Memory use of a script - by ebolisa - Nov-02-2018, 01:23 PM
RE: Memory use of a script - by micseydel - Nov-02-2018, 03:51 PM
RE: Memory use of a script - by ebolisa - Nov-02-2018, 04:00 PM
RE: Memory use of a script - by micseydel - Nov-02-2018, 06:36 PM
RE: Memory use of a script - by ebolisa - Nov-02-2018, 06:46 PM
RE: Memory use of a script - by micseydel - Nov-02-2018, 07:01 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020