-
-
Notifications
You must be signed in to change notification settings - Fork 186
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
Memory usage when replicaCount > 1 #338
Comments
Well, in the logs, I see:
So I think that's the source of the issue. |
This seems like an issue with FTL and isn't really going to be solved without FTL changes (either using SQLite |
Yes. This has been an ongoing issue. Pi-Hole is not supporting to run multiple instances in parallel accessing the same database (at least as far as i'm informed). So the increased replicaCount is working, but only if you do not share the database file. I'd like to keep the setting as it is. Some people have been using multiple instances so I don't want to break their setup. |
Since switching my
persistentVolumeClaim
to astorageClass
which supportsaccessModes
ReadWriteMany
(and setting it to that), and then increasingreplicaCount
to 3, I see the pihole containers memory usage grow until they hit the limit and are killed. I also see the stats reset when. Am I doing something wrong? Is this a bug? Or expected?The text was updated successfully, but these errors were encountered: