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:
Henry Chang 2017-07-20 11:37:09 +08:00
parent a487a2fdb0
commit 53ee190096

View File

@ -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