Ram Processes, What command in linux? [Solved]

How can I see what processes are using up ram because my ram is constantly high

You can run top and that will report that info (press q to exit), but it probably won’t give you enough detail. Instead, try disabling one part of you project at a time, like commands or plugins, and look how ram usage changes (keeping in mind it might take up to 2 minutes for the monitor to update). Follow this until you’ve identified the lines of code that take up all that ram.

1 Like

I won’t be able to do that because It is quite an active project. Anyway to see package use maybe?

You can remix it, which produces a copy that you can work on.

Oh ok thanks, I will!