66
submitted 1 day ago* (last edited 1 day ago) by thermogel@lemmy.ml to c/linux@lemmy.ml

When I start my pc, (Nobara 43) Memory is up to 70% usage. I dual boot, but use Windows like 5% of the time. I have a Swap partition (64gb), but it shows 0b usage. Is it safe to kill the windows process? Can anyone shed some light into whats going on? I was starting to think this is sketchy lol

you are viewing a single comment's thread
view the rest of the comments
[-] thermogel@lemmy.ml 3 points 1 day ago

Seemed to be /proc/4212 but its gone after I killed the process.

[-] ClassyHatter@sopuli.xyz 14 points 1 day ago* (last edited 1 day ago)

/proc is a special directory that is populated by procfs, a special kind of filesystem. It contains information about running processes. Each sub-directory contains information for one process. When you launch an application, it's assigned some process id. Every time you launch the application, it gets a different process id.

You can try and find the application by running which windows. If the application is in your PATH, that tells where it is.

[-] non_burglar@lemmy.world 2 points 1 day ago

Use ps -ef to find the source of the file.

this post was submitted on 10 Apr 2026
66 points (97.1% liked)

Linux

63789 readers
466 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS