-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The temporary copy of library is not deleted when Library object is released #166
Comments
Sorry about the late response here. The file should be cleaned up as a part of the |
This parameter allow preventing temporary copy of J-Link Library.
Hi I propose to let the user decide if he wants this copy or not in PR #172. |
Will take a look! |
This parameter allow preventing temporary copy of J-Link Library.
This patch introduces a parameter to the constructor for the `JLink` instance, as well as the `Library` instance to prevent the internal behaviour of copying the library to allow for multiple debuggers to be used at the same time in earlier versions of the SDK.
|
I use pylink-square Python module with pytest to run tests on almost 100 devices at a time and several time a day.
In some conditions I couldn't list easily here, the temporary copy of J-Link library is not deleted at the end of the tests.
(probably because is is done with Library del method?)
Each copy represents about 15MB on disk, this will then represent more than 1 GB after several days or weeks.
The text was updated successfully, but these errors were encountered: