Skip to content
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

High WindowServer memory usage over time #128

Open
BienGudBoy opened this issue Oct 16, 2024 · 0 comments
Open

High WindowServer memory usage over time #128

BienGudBoy opened this issue Oct 16, 2024 · 0 comments

Comments

@BienGudBoy
Copy link

BienGudBoy commented Oct 16, 2024

The longer borders run, the higher WindowServer memory usage would be. One time (about 1 - 2 days of uptime) I catched it using almost 4GB of memory, while borders itself only took like 500MB. Stopping and restarting borders releases the memory instantly - WindowServer from 4GB+ -> 500MB.

I didn't manage to get the screenshot though. Is there a way to fix this?

Edit: Here's my bordersrc:

#!/bin/bash

options=(
        style=round
        width=6.0
        hidpi=on
        active_color=0xffd893a8
        inactive_color=0xff4a4e5c
)

borders "${options[@]}"```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant