Comment 8 for bug 1956954

Revision history for this message
Nino Škopac (theonin) wrote :

My hunch is that the Puppeteer instances (which are Chromium instances) saturate the allocated memory limit for BPF, because they restart quite a lot, so maybe each time a new instance starts, it makes BPF allocate more memory, until it's full.

But I have no idea:
- how does JIT memory limit correlate to this? Isn't BPF pruned?
- about how BPF works internally

I wonder how could I tune my setup.

Thanks for letting me know where is the constant computed (FYI I don't understand these heuristics at all).