Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1053)

Unified Diff: content/common/zygote_commands_linux.h

Issue 11092109: linux: Increase max zygote message size from 2 KB to 8 KB. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/zygote_commands_linux.h
diff --git a/content/common/zygote_commands_linux.h b/content/common/zygote_commands_linux.h
index f71850429cab661e1f47fd67567e69c6a9dc1571..53b3dfd6796c558ffe1a63f451ba666e4a42b835 100644
--- a/content/common/zygote_commands_linux.h
+++ b/content/common/zygote_commands_linux.h
@@ -12,7 +12,7 @@ namespace content {
static const char kZygoteHelloMessage[] = "ZYGOTE_OK";
// Maximum allowable length for messages sent to the zygote.
-const size_t kZygoteMaxMessageLength = 2048;
+const size_t kZygoteMaxMessageLength = 8192;
// File descriptors initialized by the Zygote Host
const int kZygoteSocketPairFd = 3;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698