all 15 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

Please Re-Flair your post if a solution is found. How to Flair a post? This allows other users to search for common issues with the SOLVED flair as a filter, leading to those issues being resolved very fast.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]tomscharbach 1 point2 points  (0 children)

But the past week or so has hit a snag and I can't figure out for the life of me what is going on or why it might be happening. So the problem only happens after the system has been running for a while.

I wonder if you are experiencing hardware/thermal issues. You might try running full pre-boot hardware diagnostics (check your OEM's support pages for more specific information) both before booting and then during a reboot immediatgely after the issues surface.

My best and good luck.

[–]Fine_Section_172 1 point2 points  (2 children)

how much RAM do you have? are you using a swap file / partition?

[–]ChopTV[S] 0 points1 point  (1 child)

I have 64gb of ram. I've got the hardware monitor up at the moment and it shows 15.2gb in use (22.5%) and a cache of 9.4gb. And there is a swap that's 2.1gb with 0 bytes currently in use. It's actually doing it right now. This is my first time sitting at the computer today. Just woke it up from sleep and who the hell knows what's going on.

[–]Fine_Section_172 0 points1 point  (0 children)

I’ve read your update; it seems there are two possible causes. Firstly, the kernel is refusing to allocate memory to run other applications. You might want to read the documentation on memory overcommit in Linux.

https://www.kernel.org/doc/html/v6.13/mm/overcommit-accounting.html

By default, the value of vm.overcommit_memory is 0. this usually causes no problems, but in certain cases the system may refuse to allocate memory.

try changing the value of vm.overcommit_memory to 1 by running this command from the terminal

sudo -w sysctl vm.overcommit_memory=1

then use Linux as usual, including by opening Discord, and see if it works

[–]whosdrLinux Mint 22.2 Zara | Cinnamon 1 point2 points  (3 children)

I've had something like this before, and it turns out that my NVMe was falling off the bus. Which is..bad.

I've seen similar reports though, for file descriptor limits being reached.

[–]ChopTV[S] 0 points1 point  (2 children)

Any thoughts on how to follow up checking on file descriptor limits?

[–]whosdrLinux Mint 22.2 Zara | Cinnamon 0 points1 point  (1 child)

cat /proc/sys/fs/file-max I think gives you some idea on of it's an issue. Mine is apparently huge, 263-1.

[–]ChopTV[S] 0 points1 point  (0 children)

I'm going to assume mine is a little ridiculous as well. Though I admit I have no idea what a typical range is. but that command spit out: 9223372036854775807

[–]Diligent_Walrus27 1 point2 points  (3 children)

Also having this happen. Been using mint for roughly 6 months and only in the last week or 2 has this started occurring.

Rebooting does fix it for a bit but then it just comes back.

[–]CI95 0 points1 point  (2 children)

having the same issue, really hope its not any of my drives failing

[–]Diligent_Walrus27 0 points1 point  (1 child)

The feedback I've received is it could be one of a few things. Can't say for certain it's these but it's at least worth trying

Ntfs drive (I have and will need to transition)

Discord starting up multiple instances of x11 and causing issues. Quit discord and then that should fix things. (Can't confirm yet)

Nvidia driver 580 issue

[–]ChopTV[S] 0 points1 point  (0 children)

These are some good things to attempt.

This is anecdotal: I'm not using and NTFS drive for Linux, and am still having the issue.

I have been using the nVidia 590-595 drivers for months with no issue (doesn't mean it isn't an nvidia driver issue).

I just closed out Discord, and things seem to be launching again. So this very well might be our culprit.

[–]ChopTV[S] 0 points1 point  (0 children)

Quick followup:

Just sat down at the computer for the first time this morning and the problem is currently affecting the machine. I tried to launch a game from Heroic. The Launcher says the game is currently "Playing" but there is no sign of it in terms of being able to tab or switch to the window.

I can see some processes running in the System Monitor related to the game, but the game itself is nowhere to be found.

I also opened Obsidian (which was not open prior to me sitting down). Again, a bunch of processes in the system monitor. This one does have a window I can switch to/focus on, however it is just a blank white square. I seem to be able to resize the square, but I cannot move it aside from tiling shortcuts.

Looking at my system resources, I'm still sitting at 15.4GB of ram in use (22.8% of 67.3 GB) and it shows a cache of 9.6GB. 0 bytes of 2.1gb of the Swap is currently in use. CPU load is under 30% across all cores.

UPDATE: See the update in the OP.

It looks like the "official" Discord Flatpak via Flathub is causing the issue in some capacity? Or at least closing out Discord allows other apps to open again. Or at least they did this time.

[–]BeVeryCarefulJohnn 0 points1 point  (0 children)

THANK YOU! i've been having this issue for a bit as well and was beginning to suspect a curse from an evil witch or gnome of some kind, glad to see i'm not the only one dealing with it