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 need the memory not to increase, or at least minimally.
Actual Behaviour
Hi, I have a problem that when using PySpice simulations, MiB keeps getting added to the RAM. Specifically, it always happens with the command analysis: analysis = simulator.transient(**SimParams). Specifically, it is about 13 MiB, which makes it impossible to run this program, as there are so many simulations that even 16 GB of RAM is not enough. I am using the commands destroy, reset, gc.collect, but I don’t know what else to do. Thank you for any advice.
Environment (OS, Python version, PySpice version, simulator)
Use ngspice 42, Python 3.10,
Expected Behaviour
I need the memory not to increase, or at least minimally.
Actual Behaviour
Hi, I have a problem that when using PySpice simulations, MiB keeps getting added to the RAM. Specifically, it always happens with the command analysis: analysis = simulator.transient(**SimParams). Specifically, it is about 13 MiB, which makes it impossible to run this program, as there are so many simulations that even 16 GB of RAM is not enough. I am using the commands destroy, reset, gc.collect, but I don’t know what else to do. Thank you for any advice.
Here is my code:
https://github.com/KrizLuk0/Pyspice-memory/blob/main/Pyspice.py
The text was updated successfully, but these errors were encountered: