DiamondLightSource / DiamondLightSource/mx-bluesky
Remove dev_shm switching all the time
- Dominant language
- Python
- Stars
- 4
- Forks
- 5
- Avg merge
- 1d 30m
- Merged PRs (30d)
- 2
Description
In https://github.com/DiamondLightSource/hyperion/issues/1372 we added the ability to use the GPU analysis. To do this we turn on dev shm enable when it is needed and have it off otherwise. The caution of continually turning it off is only because we have no general solution for making sure `dev/shm` does not fill up. Once we have this mechanism we can probably just leave the PV on all the time and never touch it in `hyperion`/`dodal`.
## Pre-requisite
* There is a general solution to making sure `dev/shm` is not filled (should be done as another ticket, probably in analsysis land by someone like @pblowey or @ndevenish)
## Acceptance Criteria
* The switching of `dev/shm` off/on is removed from `hyperion` and the signal is removed from `dodal`
Contributor guide
Assessment
This issue has not been assessed yet.