You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have my own web applications that I know they consume a lot of memory, especially during debugging. How can I prevent, for example, getting the tabs http://localhost:... killed last?
I guess the --avoid switch is not helpful here since it looks at the /proc/PID/comm content and all tabs contain the same "chromium" string:
I have my own web applications that I know they consume a lot of memory,
especially during debugging. How can I prevent, for example, getting the
tabs http://localhost:... killed last?
I guess the --avoid switch is not helpful here since it looks at the
/proc/PID/comm content and all tabs contain the same "chromium" string:
$ ps -ef | grep chromium | awk '{print "/proc/" $2 "/comm"}' | xargs cat
chromium
chromium
chromium
chromium
chromium
chromium
chromium
chromium
chromium
chromium
chromium
chromium
...
—
Reply to this email directly, view it on GitHub
<#280>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACPJ24RYIP25Y6SAF2OMIZTWEB2VZANCNFSM6AAAAAARJSJHNQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
I have my own web applications that I know they consume a lot of memory, especially during debugging. How can I prevent, for example, getting the tabs
http://localhost:...
killed last?I guess the
--avoid
switch is not helpful here since it looks at the/proc/PID/comm
content and all tabs contain the same "chromium" string:The text was updated successfully, but these errors were encountered: