My Matlab take so long to start on AWS
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
It took soooooooooo long to start Matlab on my all my AWS instances like c5, p2...
Often it stucks in the startup screen (see attached).
How do we solve this problem?
0 comentarios
Respuestas (2)
Philip
el 16 de Oct. de 2024
When an EC2 instance is launched from an Amazon Machine Image that already has MATLAB installed, this slow start is because AWS initializes the storage for the EC2 instance only when it is first accessed by the user, as described in Initialize Amazon EBS volumes. This will slow the first launch of any large software application in AWS, including MATLAB.
This problem is avoided in images built by MathWorks using warmup scripts, as described here: What are the advantages of building images with MathWorks scripts?. Instances launched from Cloud Center or MathWorks Reference Architectures are optimized using these scripts, and so on those instances MATLAB will be responsive over ten times faster. This applies to both Linux and Windows instances.
0 comentarios
the cyclist
el 7 de Mayo de 2022
There are a number of startup options. For example, using -nosplash will prevent that particular image from displaying. A good starting point for you to explore options is this documentation page.
0 comentarios
Ver también
Categorías
Más información sobre Startup and Shutdown en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!