Open
Description
Is there an existing issue for the same bug?
- I have checked the existing issues.
RAGFlow workspace code commit ID
RAGFlow image version
nightly
Other environment information
M4, macmini pro , 15.3.1 (24D70)
Actual behavior
this is actual solution to solve the problem.
I added below 3 ENV variables to my .env file under docker directory:
_JAVA_OPTIONS=-XX:UseSVE=0
OPENBLAS_CORETYPE=generic
NUMBA_DISABLE_JIT=1
This solution solves 2 problems:
- Elastic search container constantly re-boot due to Java crash.. related to MacBook m4 macmini ARch64 incompatibility .
- main ragflow server , not being able to start properly due to executor failing all the time again due to MacBook m4 Arch64 incompatibility .
basically if you get this: illegal $PY rag/svr/task_executor.py $1
Expected behavior
No response
Steps to reproduce
this is a fix.. just add those lines to .env file if you are on macOS m4
_JAVA_OPTIONS=-XX:UseSVE=0
OPENBLAS_CORETYPE=generic
NUMBA_DISABLE_JIT=1
Additional information
No response