-
Notifications
You must be signed in to change notification settings - Fork 579
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
[BUG] Building on Raspberry 4 fails #336
Comments
Hi, seems to be related to this: putting "<=" instead of "==" makes building possible again. Bye |
Hi, after building and starting I was facing major memory/cpu issues. I have 2 nodes with active-replica configured and a database of 250+ MBs. Both nodes were consuming 100% cpu (2 processes), no other applications were able to set keys because of error (redis is loading data file into memory). At some point the kernel killed keydb because of memory overflow. Not sure what exactly has been done but for my environment it is not working at all. Rollback to 6.0.16 and everyhing is working smoothly again. If any further information is required to track this down, please ask. Bye |
Hello Talkabout! Thank you for contacting EQAlpha. We appreciate you reaching out to us. To help us address your specific issue better. Do you have the memory overflow during or after If it's during, I recommend you still enable If it's after, what is the maximum number of concurrent clients you have for the 2 nodes? |
Hey, to keep things organized here I'm going to have this issue close when #343 merges as it fixes the inciting build failure. If you're still seeing the other problems after the fix, feel free to open a new issue about them, and please address Bob's above questions in that post. Thanks! |
Describe the bug
Build on Raspberry Pi 4 fails with following error:
To reproduce
Try to build on a Raspberry Pi 4 :)
Expected behavior
Build should run without error
Additional information
The text was updated successfully, but these errors were encountered: