Post Reply 
Python Free Memory?
05-16-2023, 06:44 PM (This post was last modified: 05-16-2023 06:47 PM by toml_12953.)
Post: #6
RE: Python Free Memory?
(05-16-2023 02:41 PM)roadrunner Wrote:  My prime has the gc library:



-road

It's working now. I totally reentered the Python program from scratch. I don't know what I did wrong the first time.

Thanks!!

Code:
#PYTHON name
from gc import *
collect()
PRINT(mem_free());
#END
#BEGIN
EXPORT pymem()
BEGIN
  PYTHON(name);
END;

Tom L
Cui bono?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Python Free Memory? - toml_12953 - 05-16-2023, 04:15 AM
RE: Python Free Memory? - Thomas_Sch - 05-16-2023, 09:07 AM
RE: Python Free Memory? - toml_12953 - 05-16-2023, 11:13 AM
RE: Python Free Memory? - roadrunner - 05-16-2023, 02:41 PM
RE: Python Free Memory? - Thomas_Sch - 05-16-2023, 06:40 PM
RE: Python Free Memory? - toml_12953 - 05-16-2023 06:44 PM



User(s) browsing this thread: 1 Guest(s)