You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was not sure if there was a report applicable to the same case, so I am reporting it just in case.
In the following environment and execution of the code in codon, the memory usage increases and the process becomes Killed and stops.
When executing the code in Python, there is no increase in memory usage and the process completes to the end.
("owari" is displayed. 「np07b = None」 is not working in codon?)
If you can get the Log by some means and need to provide it, please contact me.
I will try to help.
Windows 10 Pro
22H2
Windows Feature Experience Pack 1000.19055.1000.0
Core(TM) i7-7700HQ
memory:64GB
codon:v0.16
From Windowshell, execute the following command
「codon run -release test01.py」
-------------------- test01.py ------------------
import time
import datetime
from python import numpy as np
from python import pandas as pd
from python import random
Thanks for issue @icst005 -- we'll look into it. Creating Python objects in Codon allocates memory tracked by the GC, but the GC should be collecting the temporary objects so memory growth definitely shouldn't be unbounded.
I was not sure if there was a report applicable to the same case, so I am reporting it just in case.
In the following environment and execution of the code in codon, the memory usage increases and the process becomes Killed and stops.
When executing the code in Python, there is no increase in memory usage and the process completes to the end.
("owari" is displayed. 「np07b = None」 is not working in codon?)
If you can get the Log by some means and need to provide it, please contact me.
I will try to help.
Windows 10 Pro
22H2
Windows Feature Experience Pack 1000.19055.1000.0
Core(TM) i7-7700HQ
memory:64GB
codon:v0.16
From Windowshell, execute the following command
「codon run -release test01.py」
-------------------- test01.py ------------------
import time
import datetime
from python import numpy as np
from python import pandas as pd
from python import random
def main(aa000):
t00 = time.time()
for aa000 in range(1):
The text was updated successfully, but these errors were encountered: