powsybl / pypowsybl-grid2opbackend

Mozilla Public License 2.0
12 stars 0 forks source link

Lot of memory usage when using an other agent then DoNothing on IEEE_1888_rte #18

Open tschuppr opened 11 months ago

tschuppr commented 11 months ago

Describe the current behavior

When I want to use the script in this notebook and choose an other agent then the DoNothing, could be the RandomAgent, there is a memory size issue which makes my shell break. I am currently working on a pc with 16Gb of RAM.

This currently does not happen with a smaller dataset like ieee14.

Describe the expected behavior

Every kind of agent should be used without any memory outage.

Describe the steps

Just launch the given notebook with any agent apart of DoNothing.

Environment

It is described in all requirements file for installed packages.

I am currently working under windows in powershell.

Relevant Log Output

Don't have any because my computer crashes. Only my browse says there is a memory outage.

Extra Information

No response