Os crash while using vscode and docker

os crashes while using docker container and next js for sometime , and lags in vs code even after increasing swap memory

Have you logged into the OS under Zorin OS on XOrg/X11?


Nope is it something diff in memory and cpu management?

This is not a frequent issue occured when I was running docker container and app simultaneously for quite some time

Did You checked if maybe a high Ressource Consumption could be the Case?

Does the ''Nope'' mean, You don't know if Your System runs in X11? If you shouldn't know, You can check that in Settings>About. When there stands Wayland, you can try it with swtiching to X11/Xorg.

To do that, go to the Login Screen, not the Lock Screen. Simply reboot for that. On the Login Screen click on Your Profile so that the Password Field appears. When it is appeared, You should see a Gear Icon in the bottom right Corner. Click on it and choose the Option ''Zorin Desktop on Xorg'' and then log in.

Swapping memory to disk is not going to make your computer go any faster, since even modern SSDs are orders of magnitude slower than RAM. It's a mechanism to avoid your system from crashing when you're running low on RAM.

The Next.js development server is quite the memory hog, and while VS Code itself is "acceptable", it will depend on the number of plugins that you have installed. This is after running it for just a few seconds:

Take a look at some of the tips from this page and see if some of those help:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.