8000 Several issues running make test on osx-arm64 machine · Issue #66 · scijava/scyjava · GitHub
[go: up one dir, main page]

Skip to content

Several issues running make test on osx-arm64 machine #66

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

Closed
jschneidereit opened this issue Jul 21, 2024 · 1 comment · Fixed by #67
Closed

Several issues running make test on osx-arm64 machine #66

jschneidereit opened this issue Jul 21, 2024 · 1 comment · Fixed by #67
Assignees

Comments

@jschneidereit
Copy link
Contributor

👋 I was trying to set up this repo to make a contribution or two and ran tests from main and noticed a few issues:

  1. (actually before make test) flake8-typing-imports for osx-arm64 hasn't been uploaded to conda-forge
  2. the java_heap.py tests use 5 MB for comparing used memory, which I guess doesn't work well on these M chips since the memory used on my laptop was 6 MB 😂

P.S. for some comedy check out my too many repos issue blunder

@elevans
Copy link
Member
elevans commented Jul 22, 2024

Thanks @jschneidereit! It looks like you are correct in that the flake8-typing-imports package is missing builds for osx-arm64 on conda-forge:

$ mamba search flake8-typing-imports --platform osx-arm64
Loading channels: done
No match found for: flake8-typing-imports. Search: *flake8-typing-imports*
The following packages are not available from current channels:

  - flake8-typing-imports

Current channels:

  - https://conda.anaconda.org/conda-forge/osx-arm64
  - https://conda.anaconda.org/conda-forge/noarch

I did a quick google search and it looks like there are spurious reports on various forums discussing higher than expected JVM memory usage on Apple Silicon. I'm guessing you've probably run into the same thing.

@elevans elevans self-assigned this Jul 22, 2024
ctrueden 6E0E added a commit that referenced this issue Jul 23, 2024
#66 loosen tolerance for comparing memory consumption
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
0