-
Notifications
You must be signed in to change notification settings - Fork 63
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
Image synchronization issues #97
Comments
It seems that your bucket wasn't created in Minio. Also, the version of any-sync-dockercompose is needed: |
Thanks for help |
You have a version with broken logic in
Don't forget to review the update instructions |
You most likely ran out of memory on Redis, but it's also possible that you hit the memory limit in your Docker Compose configuration. In any case, you should check the container limits and the daemon logs to confirm this. I have noted that you added the variable |
I didn't add any other variables except the external IP, when this problem occurred I noticed it was a memory problem, I tried to increase the memory limit for the filenode in the portainer but it didn't solve the problem |
Using a new branch didn't work, but I tried to change “--maxmemory” in the redis docker compose, raising it from 256mb to 512mb, and it seems to be syncing fine so far,Could there be problems with synchronization due to redis' memory release policy? |
yes, that's possible. It seems like you might have a large number of files? |
You’ve added the REDIS_MAXMEMORY variable |
After updating the configuration of the main branch and setting REDIS_MAXMEMORY, when the synchronized node is turned on for an extended period of time there is still an “error”: “1 error occurred:\n\t* node #0: OOM command not allowed when used memory > ' maxmemory'. \n\n”, ‘app’: ‘v0.6.7’, Regardless of what I set the max memory of redis to, I wonder if ‘--maxmemory-policy’: ‘noeviction’ is causing the problem? |
I'll try to test by removing the entry in docker-compose |
The "noeviction" policy is set intentionally and cannot be changed. It seems you have a large number of files, so you need to increase your limits. |
Have you read a contributing guide?
Current Behavior
Sorry using self-hosting is a bit out of my league, I tried self-hosting on top of the homeserver and it worked, but when I connect the client to the node, any additional multimedia content such as documents, images, etc. are not synchronized except for text type content, I tried to check the docker container's logs, and I see the error entries, however I can't troubleshoot due to limited capabilities
Expected Behavior
Correctly synchronize all types of files
Steps To Reproduce
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: