Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Server Running Out of Memory - Fix Common Problems Error Found

Featured Replies

Received this notification during routine checks:

Your server has run out of memory, and processes (potentially required) are being killed off. You should post your diagnostics and ask for assistance on the Unraid forums  More Information

Diagnostics attached. It appears the issue has been corrected even though the error message is persisting, but there is plenty of memory available:

image.png

Would appreciate any insight if there is something going on under the hood that I need to address.

brotower-diagnostics-20260913-2143.zip

  • Community Expert

These are container-level OOMs, not the Unraid host running out of RAM. There's a container with a hard memory limit of exactly 2 G

The application inside that container is spawning/running multiple headless Chrome processes and their combined memory usage exceeds the container's 2 G limit.

  • Author

Is there a way to identify which container caused it?

  • Community Expert

Shoudl be. The errors identify container ID 37db5a294684. Run this in the Unraid terminal to show its name and image:

docker ps -a --filter id=37db5a294684 --format 'table {{.ID}}\t{{.Names}}\t{{.Image}}'

That container reached its 2 GiB memory limit, and the kernel killed chrome-headless processes inside it.

If the command returns only the headings, the container may have been removed or recreated since those errors. In that case, post the output of:

docker ps -a --format 'table {{.ID}}\t{{.Names}}\t{{.Image}}'

We can then narrow down which application runs those processes and check its memory limit.

  • Author

Thank you @JorgeB , it was Linkwarden with the 2G limit; i've updated with increased memory so hopefully this addresses this issue.

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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.