Chapter 293: Apple Silicon under Rosetta
Core Idea
Running Remotion on Apple Silicon (M1 chip) under Rosetta can be up to 2x slower.
Key Concepts
Code Examples
Apple Silicon detected but running under Rosetta (not arm64 architecture). This will cause performance issues.
Recommended actions:
- Upgrade to Node 16.0.0 or later
- Run Node using `arch -arm64` architecture
- What it demonstrates: Usage pattern for Apple Silicon under Rosetta from the official docs.
Key Takeaways
- Understand solution when working with Apple Silicon under Rosetta.
Connects To
- Cors Issues: related page in the Troubleshooting & Errors section.
- Enametoolong: related page in the Troubleshooting & Errors section.
- Font Picker: related page in the Troubleshooting & Errors section.