<div dir="ltr">Reviewed-by: Jasper St. Pierre <<a href="mailto:jstpierre@mecheye.net">jstpierre@mecheye.net</a>><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Oct 29, 2013 at 12:09 PM, Adam Jackson <span dir="ltr"><<a href="mailto:ajax@redhat.com" target="_blank">ajax@redhat.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Based on some bugzilla scraping I did around November 2012.  Of xserver<br>
bugs in Red Hat bugzilla with an EQ size message in the log, the<br>
distribution looked like:<br>
<br>
String                      | Matches<br>
-------------------------------------<br>
Increasing EQ size to 512   | 460<br>
Increasing EQ size to 1024  | 52<br>
Increasing EQ size to 2048  | 6<br>
Increasing EQ size to 4096  | 0<br>
<br>
Most of the "512" ones appear to be mostly harmless, some relatively<br>
expensive path in either rendering or resource destruction simply taking<br>
too long due to external pressures like paging or CPU contention.  So<br>
let's raise the initial queue size, both to reduce the number of<br>
spurious abrt reports and to drop fewer events in all but the most<br>
pathological cases.<br>
<br>
Signed-off-by: Adam Jackson <<a href="mailto:ajax@redhat.com">ajax@redhat.com</a>><br>
---<br>
 mi/mieq.c | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/mi/mieq.c b/mi/mieq.c<br>
index d7d73de..4c07480 100644<br>
--- a/mi/mieq.c<br>
+++ b/mi/mieq.c<br>
@@ -60,7 +60,7 @@ in this Software without prior written authorization from The Open Group.<br>
 #endif<br>
<br>
 /* Maximum size should be initial size multiplied by a power of 2 */<br>
-#define QUEUE_INITIAL_SIZE                 256<br>
+#define QUEUE_INITIAL_SIZE                 512<br>
 #define QUEUE_RESERVED_SIZE                 64<br>
 #define QUEUE_MAXIMUM_SIZE                4096<br>
 #define QUEUE_DROP_BACKTRACE_FREQUENCY     100<br>
<span class="HOEnZb"><font color="#888888">--<br>
1.8.3.1<br>
<br>
_______________________________________________<br>
<a href="mailto:xorg-devel@lists.x.org">xorg-devel@lists.x.org</a>: X.Org development<br>
Archives: <a href="http://lists.x.org/archives/xorg-devel" target="_blank">http://lists.x.org/archives/xorg-devel</a><br>
Info: <a href="http://lists.x.org/mailman/listinfo/xorg-devel" target="_blank">http://lists.x.org/mailman/listinfo/xorg-devel</a><br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br>  Jasper<br>
</div>