-
Notifications
You must be signed in to change notification settings - Fork 0
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
Reflectometry performance #1458
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tom-Willemsen
commented
Aug 3, 2022
@@ -23,7 +23,7 @@ | |||
<repository location="http://download.eclipse.org/releases/2018-09"/> | |||
</location> | |||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit"> | |||
<repository location="http://shadow.nd.rl.ac.uk/ICP_P2/css_gui_dependencies/cs-studio/p2repo/"/> | |||
<repository location="http://shadow.nd.rl.ac.uk/ICP_P2/css_gui_dependencies_7212/p2repo/"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note for reviewer: once you are happy with this PR, please:
- Go to ICP_P2
- Move
css_gui_dependencies
tocss_gui_dependencies_old
- Move
css_gui_dependencies_7212
tocss_gui_dependencies
- Update this line to point at
gui_dependencies
rather thangui_dependencies_7212
LowriJenkins
approved these changes
Aug 8, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of work
Improve the performance of the reflectometry OPI in terms of memory & cpu for rules, and also in terms of not sleeping on the UI thread from OPI scripts.
Note that I don't think the original issue was actually a real memory leak at all - rather, the reflectometry OPI was taking up a very large amount of space (400MB) - INTER had two references to it (refl perspective and synoptic) while POLREF had three references to it (refl perspective, synoptic, device screen).
We have made changes elsewhere so that refl front panel can no longer be opened as a synoptic/device screen. The changes in this PR bring the REFL OPI resource consumption down to more reasonable levels. Combined, these changes should be sufficient to ensure that the excessive memory consumption seen on INTER/POLREF is fixed.
Ticket
ISISComputingGroup/IBEX#7212
Acceptance criteria
On master:
LOG
than the declared size ofLOG
IBEX#7276, the refl log opi may cause the reflectometer to appear disconnected. If so, restart from the beginning of this test but skip clicking on the refl log opi.Then:
rules_test.opi
pass on this branchpopulate_list.py
still worksSystem tests
Documentation
wiki
Code Review
check_opi_format.py
script in C:\Instrument\Dev\ibex_gui\base\uk.ac.stfc.isis.ibex.opis pass?Final Steps