Ha4aJlbHuk_4a9l
❔ I somehow cause memory leak with Process.Start()
There is one more suspect which is process's redirected output reading there https://github.com/ShinyZero0/I3helper.cs/blob/main/I3IPC/I3.cs#L66.
Afaik the stream's data should be cleaned after i read it tho 🤔 and i dispose everything that can be disposed, but calling
GC
there removed memory usage grow too26 replies
❔ I somehow cause memory leak with Process.Start()
I just use one CLI ipc client because i'm afraid i'll break even more stuff if i do it with sockets (i have some partial success tho) and i switch workspaces in https://i3wm.org/docs/ipc through ipc on a keybinding so i can launch processes pretty frequently
26 replies