-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Performance problems, Memory Leaks #305
Labels
Comments
marlon360
added
bug
Something isn't working
help wanted
Extra attention is needed
labels
Nov 1, 2021
Hi Marlon, maybe thats the rediscache.When the rediscache is starting up, there is a Report that a configuration is missing. I dont know the exact report, and i m on vaccation in the moment.....Maybe you should check this.....Am 01.11.2021 12:05 schrieb Marlon Lückert ***@***.***>:
This chart shows the CPU usage and the memory consumption on the server.
The dotted line marks a server restart.
The memory consumption increases over time, which indicated a memory leak and missing garbage collection.
Furthermore the CPU spikes to 100% from time to time.
Help is really appreciated to eliminate these problems.
—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android.
|
The Message what i meen is this WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect. |
Did you have this Issue as bevor you switched to railway, too? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This chart shows the CPU usage and the memory consumption on the server.
The dotted line marks a server restart.
The memory consumption increases over time, which indicated a memory leak and missing garbage collection.
Furthermore the CPU spikes to 100% from time to time.
Help is really appreciated to eliminate these problems.
The text was updated successfully, but these errors were encountered: