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

[BUG] #820

Closed
Arseniy-II opened this issue Apr 24, 2024 · 2 comments
Closed

[BUG] #820

Arseniy-II opened this issue Apr 24, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Arseniy-II
Copy link

Arseniy-II commented Apr 24, 2024

Describe the bug
Docker images freeze on Amazon Linux 2023 AMI (with 30 Gb of space) for marqo:2.0.0 and marqo:latest

To Reproduce
Steps to reproduce the behaviour:

  1. Go to AWS
  2. Lunch EC2 t2 micro instance with Amazon Linux 2023 AMI
  3. SSH into instance
  4. Install docker and try to run marqo:2.0.0 or marqo:latest

Expected behaviour
Vector database up and running

Actual result
Stoped at step "Marqo is deploying the application and waiting for the response from document API to start..." and nothing is happening for 3 hours

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: AWS Linux 2023 AMI
  • Docker image Version 2.0.0 and latest

Additional context
Screenshot 2024-04-24 at 14 41 29
Screenshot 2024-04-24 at 14 42 00

@Arseniy-II Arseniy-II added the bug Something isn't working label Apr 24, 2024
@tomhamer
Copy link
Contributor

tomhamer commented Apr 24, 2024

Hey Arseniy, thanks for reaching out. The absolute minimum amount of RAM you can use to run marqo is 8GB. We have a ticket out so that marqo will have a more helpful error in this case: #796

The least expensive instance you can use to run marqo is an r7g.medium, but I would recommend a g4dn.xlarge for the best performance. If you want to get this into production, the marqo kubernetes apps or marqo cloud are the best options.

https://github.com/marqo-ai/marqo-on-kubernetes

@Arseniy-II
Copy link
Author

@tomhamer Thanks! I was able to lunch it without any issues on r7g.medium!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants