We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
python3 -m venv milvusvenv source milvusvenv/bin/activate
pip3 install https://github.com/milvus-io/milvus-lite/releases/download/v2.4.7/milvus_lite-2.4.7-py3-none-manylinux2014_aarch64.whl -U
(milvusvenv) root@five:/opt/demo# python3 testsmall.py : Unsupported system page size Operating system error: : Unsupported system page size Cannot allocate memory Allocating cleared memory failed ^CTraceback (most recent call last): File "/opt/demo/testsmall.py", line 3, in client = MilvusClient("milvus_demo2.db") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
this issue might helpful milvus-io/milvus#30990
Sorry, something went wrong.
That is helpful. I was able to get this version work on NVIDIA Jetson Xavier NX. I'll look into rebuilding for RPI5 or change page size.
No branches or pull requests
python3 -m venv milvusvenv
source milvusvenv/bin/activate
pip3 install https://github.com/milvus-io/milvus-lite/releases/download/v2.4.7/milvus_lite-2.4.7-py3-none-manylinux2014_aarch64.whl -U
(milvusvenv) root@five:/opt/demo# python3 testsmall.py
: Unsupported system page size
Operating system error: : Unsupported system page size
Cannot allocate memory
Allocating cleared memory failed
^CTraceback (most recent call last):
File "/opt/demo/testsmall.py", line 3, in
client = MilvusClient("milvus_demo2.db")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered: