mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 09:19:28 +00:00
Bug 1380974 - Use custom size for small frequent messages. r=billm
Since the default size is 64, we only care about message size which is > 64 bytes. MozReview-Commit-ID: 2vUpcaUjlNP --HG-- extra : rebase_source : 946ae82f8fc2febd05d8fc4323145643ec97b306
This commit is contained in:
parent
a487a2fdb0
commit
53ee190096
@ -29,3 +29,16 @@ segment_capacity = 12288
|
||||
[PMessagePort::ReceiveData]
|
||||
segment_capacity = 12288
|
||||
|
||||
#------------------------------------------------------------
|
||||
# Small-size messages.
|
||||
#------------------------------------------------------------
|
||||
[PCompositorBridge::DidComposite]
|
||||
segment_capacity = 128
|
||||
[PBrowser::RealMouseMoveEvent]
|
||||
segment_capacity = 192
|
||||
[PCompositorBridge::PTextureConstructor]
|
||||
segment_capacity = 192
|
||||
[PLayerTransaction::InitReadLocks]
|
||||
segment_capacity = 256
|
||||
[PHttpBackgroundChannel::OnStopRequest]
|
||||
segment_capacity = 192
|
||||
|
Loading…
x
Reference in New Issue
Block a user