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

Slow starting time compared with lite #1262

Closed
3 tasks done
Tracked by #951 ...
bisgaard-itis opened this issue Feb 12, 2024 · 4 comments
Closed
3 tasks done
Tracked by #951 ...

Slow starting time compared with lite #1262

bisgaard-itis opened this issue Feb 12, 2024 · 4 comments
Assignees
Milestone

Comments

@bisgaard-itis
Copy link
Contributor

bisgaard-itis commented Feb 12, 2024

This is a placeholder for https://z43.fogbugz.com/f/cases/193514/Slow-startup-times-of-sim4life-io

Tasks

Preview Give feedback
  1. a:autoscaling a:director-v2
    sanderegg
  2. a:autoscaling
    sanderegg
  3. a:autoscaling
    sanderegg
@YuryHrytsuk
Copy link
Contributor

YuryHrytsuk commented Feb 13, 2024

@sanderegg
Copy link
Member

facts:

  • s4l-lite uses a shared model (i.e. 3/6 s4l-lite run on a single machine)
  • s4l uses an exclusive model (i.e. 1 s4l on a single machine)
  • cold/fresh machine: is started on demand, its boot disk is EBS-based and initial access is very slow as all the data is lazily pulled from AWS-backend, GPU machines typically provide a instantly fast SSD drive as well, but it is always empty.
  • images pre-pulling: specific docker images are pulled from a registry at machine initial start
  • hot/active machine: is a machine where all the necessary images were already pulled once and has running s4l-lite or s4l services
  • warm/buffer machine: is a started machine where image pre-pulling was achieved to improve initial starting time of s4l-lite or s4l services

@YuryHrytsuk
Copy link
Contributor

It was fixed by 2 PRs below. The fix is working so far. We will observe further before closing.

@sanderegg
Copy link
Member

case is completed

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

No branches or pull requests

4 participants