-
Notifications
You must be signed in to change notification settings - Fork 75
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
the database crash when I try to enable vectorscale #115
Comments
@omarkhatibco sorry for the delay. What architecture are you running on? |
Ubuntu with coolify and timescale docker image |
@omarkhatibco amd64 or arm64? |
@cevian it's 1x Intel® C2750 (Avoton) |
Ahh that CPU is missing AVX and FMA. We compile the binary for our docker images with AVX and FMA as target-features. I think running a binary with those features enabled on a CPU without those features can segfault. I have add #119 to block that for now. I'll get input from colleagues and see if we can support multiple cpu features and how. I also have a question out in simdeez for feedback: arduano/simdeez#29 |
Hi everyone,
I'm using timescaleDB docker image
timescale/timescaledb-ha:pg16
, now when I try to run this commandCREATE EXTENSION IF NOT EXISTS vectorscale CASCADE;
the database crash and restart it self.any idea why? or has anyone faced this problem before?
here is the server log
The text was updated successfully, but these errors were encountered: