Hacker News new | ask | show | jobs
by fao_ 1278 days ago
The docs say, uh, the exact opposite though.

--10000 is a single flag

--memlog-sampling-rate=10000 is uh, well, also a single flag

according to these docs both flags should be valid?

1 comments

AFAIK, only "--memlog-sampling-rate=10000" is valid. Neither standalone "--10000" nor "--memlog-sampling-rate --10000" is valid.

See the comment https://source.chromium.org/chromium/chromium/src/+/main:bas...

Also see how the flag is actually parsed: https://source.chromium.org/chromium/chromium/src/+/main:com...