HackerTrans
TopNewTrendsCommentsPastAskShowJobs

naeioi

no profile record

comments

naeioi
·5 miesięcy temu·discuss
The bounty could be very high. Last year one bug’s reporter was rewarded $250k. https://news.ycombinator.com/item?id=44861106
naeioi
·4 lata temu·discuss
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...
naeioi
·4 lata temu·discuss
Many of these flags are not intended to be used on their own. For example, you can use "./chrome --memlog-sampling-rate=10000" but not "./chrome --10000". This information is, understandably, not explicitly stated on this page.