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

How to prevent some tabs in Chromium from being killed? #280

Open
ceremcem opened this issue Oct 19, 2022 · 2 comments
Open

How to prevent some tabs in Chromium from being killed? #280

ceremcem opened this issue Oct 19, 2022 · 2 comments

Comments

@ceremcem
Copy link
Contributor

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
...
@CanNuhlar
Copy link

CanNuhlar commented Oct 20, 2022 via email

@joeytwiddle
Copy link
Contributor

FWIW I did read /proc/PID/cmdline in my exclusion_cmdline_regexp fork.

But my fork is very out of date with the official code. And the configuration is hard-coded in the source.

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

3 participants