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

The make serve command takes a long time on Apple Mac M1 #30

Open
andynog opened this issue Feb 10, 2023 · 2 comments
Open

The make serve command takes a long time on Apple Mac M1 #30

andynog opened this issue Feb 10, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@andynog
Copy link
Contributor

andynog commented Feb 10, 2023

when running make serve on Apple Mac M1 (MacOS Ventura) it take very long (~350 seconds) for the command to execute while on Linux (Ubuntu) it takes on average 30 seconds.

When running on Mac a warning also shows up:
image

Investigate to see if there are ways to lower the command execution time.

@andynog andynog added the enhancement New feature or request label Feb 10, 2023
@andynog andynog self-assigned this Feb 10, 2023
@cason
Copy link

cason commented Sep 13, 2023

I can confirm this issue, the same message is provided also here.

The execution of make build takes between 450 and 500 seconds, as reported by the command output.

The execution of make serve is much faster (around 30s), because the build was already performed.

@cason
Copy link

cason commented Sep 14, 2023

Digging a little on this question, I've found this issue: envygeeks/jekyll-docker#326

It turns out that there is no Docker image for jekyll for the architecture used by the Mac M1/M2 laptops.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Status: Todo
Development

No branches or pull requests

2 participants