-
Notifications
You must be signed in to change notification settings - Fork 799
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
Mac ARM x64 image #133
Comments
I also have the same problem |
Hi, did you find something about this? 😓 |
Unfortunately not. Happy to have oracle behind. |
"ORA-12547: TNS:lost contact" usually means that the server process has died, in this case the installation would have failed and there will be more information in a logfile somewhere. I'd suggest to try it with Oracle XE 21c, e.g. https://hub.docker.com/r/gvenzl/oracle-xe. |
Sadly, that image doesn't work either. Returns the same error. |
I was able to run this image on x64 vm on M1. |
Wow, but that is great news anyway! How long did it take to run for the first time? On an Intel MBP 2019 I'd say it takes roughly 5-10 minutes until the database is ready. A more precise way to measure i/o performance would be using DBMS_RESOURCE_MANAGER as described here: - I'm getting max IOPS of 65000, latency 2 ms and max MB/s of 3200 - so nearly raw performance (using Parallels and Boot2Docker) |
I think the longest time was to decompress docker image :) |
yeah, I've heard lima is pretty good 👍! Would still be interesting to know the key I/O metrics |
So when I try to build an image on M1 mac:
I have an error:
Probably the problem is
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
. Any chance to make it works on M1 Macs?The text was updated successfully, but these errors were encountered: