-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What's the proper way to start wired? #42
Comments
The proper way to start it is with I'm slightly puzzled by your There are a few things though which could cause multiple processes like you see. On Wired master we're polling In regards to ram usage, I should probably look into it. I haven't been excessively careful with memory and there's a bit of duplication; in particular, the layout config is copied for each window: wired-notify/src/rendering/window.rs Lines 45 to 48 in 89bcfa6
I am surprised to see |
Thank you for your reply.
As I'm on NetBSD, I don't really care about
Actually, I've found what's going on. If, I logout and login again, there's only one process running. But, a new gets added if I reload my WM configuration. This is what is happening now, as I'm slowly going through a few configuration changes and I'm reloading it to check the effect of these. EDIT: I think one should look at RES and not SIZE. SIZE is the maximum memory allocated to the process, RES is the acual memory being used by the process. |
@Toqozz I don't know if you had the time to check memory usage on your system but, I'm closing this issue now as the issue with several running instances was just a side effect of WM restart. Using |
Hi,
Not so much of an issue, more like a general question.
After packaging
wired-notify
for NetBSD yesterday, I'm taking it for a spin.I've added
wired &
to my LeftWM start-up file and it's working as it should using the defaultwired.ron
for now.But, I wonder if this is the correct way to do it, since the following shows-up in
top
As you can see there're several instances running, each using a chuck of RAM. Should I start it as I do with
picom
, i.e. using something likeThanks!
The text was updated successfully, but these errors were encountered: