August 25, 20241 yr I'm receiving Out of Memory errors on my server. I have 32GB of RAM. I've attached my diagnostic zip file and I have the syslog server set up so I can provide other logs if necessary. Could someone please help me track down the cause of this? thor-diagnostics-20240825-0954.zip
August 25, 20241 yr Community Expert Solution 1 hour ago, Edrick91 said: Could someone please help me track down the cause of this? Looks like Backblaze ran amok yesterday - you'll need to reboot to clear the log or FCP will continue to report it. If it happens again, you'll need to work on whatever Backblaze is doing to make it stop
August 25, 20241 yr Author 1 hour ago, Michael_P said: Looks like Backblaze ran amok yesterday - you'll need to reboot to clear the log or FCP will continue to report it. If it happens again, you'll need to work on whatever Backblaze is doing to make it stop Sounds good! Thanks for the help. Could you tell me where you found the problem in the diagnostic info so I can learn to troubleshoot on my own?
August 25, 20241 yr Community Expert 1 hour ago, Edrick91 said: Sounds good! Thanks for the help. Could you tell me where you found the problem in the diagnostic info so I can learn to troubleshoot on my own? In syslog, look for what the OOM reaper killed - it's usually what was using the most memory at the time it was invoked and is a good starting point for things to look at Aug 24 04:58:31 Thor kernel: oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0,global_oom,task_memcg=/docker/3eadda6d1b73333324db9fbaa031c372ef50c91c2649e30af0c159dd285d8b20,task=bztransmit64.ex,pid=13979,uid=1000 Aug 24 04:58:31 Thor kernel: Out of memory: Killed process 13979 (bztransmit64.ex) total-vm:7675808kB, anon-rss:7409296kB, file-rss:0kB, shmem-rss:0kB, UID:1000 pgtables:14836kB oom_score_adj:0
August 25, 20241 yr Author 4 hours ago, Michael_P said: In syslog, look for what the OOM reaper killed - it's usually what was using the most memory at the time it was invoked and is a good starting point for things to look at Aug 24 04:58:31 Thor kernel: oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0,global_oom,task_memcg=/docker/3eadda6d1b73333324db9fbaa031c372ef50c91c2649e30af0c159dd285d8b20,task=bztransmit64.ex,pid=13979,uid=1000 Aug 24 04:58:31 Thor kernel: Out of memory: Killed process 13979 (bztransmit64.ex) total-vm:7675808kB, anon-rss:7409296kB, file-rss:0kB, shmem-rss:0kB, UID:1000 pgtables:14836kB oom_score_adj:0 Thanks! I really appreciate it
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.