Skip to content

Performance and Cleanup issue on Windows #72

@bridgesign

Description

@bridgesign

There is a delay in startup of a scenario on Windows. Likely cause could be how sqlite behavior is on Windows.

There is also a cleanup issue of sqlite files on Windows on termination. Most likely, the graph object is not being properly garbage collected on Windows. Similar issue arises sometimes in Linux when gamms is used in a child process. Easiest likely solution would be to force garbage collection of the graph object on termination and not rely on OS specific behavior.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions