I ran abctl local install --low-resource-mode
on Mac M1 8gb ram
<@U06HTFR6Q23> assuming this is actually running on docker then - how much cpu and memory do you have allocated to Docker? (look at Docker -> Settings -> Resources I think)
I had this issue too; I had to increase from 4 to 5 GB (at minimum) allocated to Docker to get past this.
Looking at airbyte docs -
> Currently abctl
does support running on 2 cpus and 8 gb of ram with the --low-resource-mode
flag.
https://docs.airbyte.com/using-airbyte/getting-started/oss-quickstart#suggested-resources
So if your machine only has 8GB total, you may struggle as it seems Airbyte wants 8GB for itself if I read that correctly.
Thanks for all help <@U07J2EW23TJ>, the team is working to make abctl
compatible with the minimum cpu/memory but today you it is recommend to use 2cpu+8Gb
As <@U07J2EW23TJ> said, you can try with 5 or 6 gb and you should be able to get past this. 4 is right on the limit of being able to run abctl
at the moment.