Skip to content
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

some optimizations #44

Merged
merged 3 commits into from
Aug 7, 2024
Merged

some optimizations #44

merged 3 commits into from
Aug 7, 2024

Conversation

wiedehopf
Copy link
Contributor

  • airspy_adsb service: use exec instead of trap shell dance
  • use stop_service instead of exec sleep inf

this change uses the s6 death tally logic to check if it's the first
start of the service, if it's not it will delay the start of airspy_adsb

in the usual case of a normal container startup, airspy_adsb is
instantly started up with exec which frees some memory used by bash
newer compile only available for arm64
slight CPU use reduction
@fredclausen fredclausen merged commit 67db873 into sdr-enthusiasts:main Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants