Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4ef72e9956da47077ea460b36d0c593cb32e2f6f
      
https://github.com/WebKit/WebKit/commit/4ef72e9956da47077ea460b36d0c593cb32e2f6f
  Author: Chris Dumez <cdu...@apple.com>
  Date:   2024-04-11 (Thu, 11 Apr 2024)

  Changed paths:
    M Source/WebKit/Platform/IPC/Connection.cpp
    M Source/WebKit/Platform/IPC/Connection.h
    M Source/WebKit/Platform/IPC/cocoa/ConnectionCocoa.mm

  Log Message:
  -----------
  Reduce IPC queue size from 1024 to 128
https://bugs.webkit.org/show_bug.cgi?id=272487
rdar://125523305

Reviewed by Ben Nham.

Reduce IPC queue size from 1024 to 128, to reduce memory usage. Once the queue
size is reached, we wake up the process to give it a chance to process the
queue. Also wake up processes at most once every 20s, instead of 30s.

* Source/WebKit/Platform/IPC/Connection.cpp:

Canonical link: https://commits.webkit.org/277383@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to