149: Out of memory

vsko****@gmai***** (Google Code) (Is this you? Claim this profile.)
July 3, 2007
What's the URL of the page containing the problem?
Attached (source)

What steps will reproduce the problem?
1. Go to url http://reviewboard.eng.vmware.com/r/667/
2.
3.

What is the expected output? What do you see instead?
Expect review page, see error.

What operating system are you using? What browser?
WinXP Pro SP2 64-bit IE 6

Please provide any additional information below.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  <meta name="robots" content="NONE,NOARCHIVE" />
  <title>UserVisibleError at /r/667/</title>
  <style type="text/css">
    html * { padding:0; margin:0; }
    body * { padding:10px 20px; }
    body * * { padding:0; }
    body { font:small sans-serif; }
    body>div { border-bottom:1px solid #ddd; }
    h1 { font-weight:normal; }
    h2 { margin-bottom:.8em; }
    h2 span { font-size:80%; color:#666; font-weight:normal; }
    h3 { margin:1em 0 .5em 0; }
    h4 { margin:0 0 .5em 0; font-weight: normal; }
    table { border:1px solid #ccc; border-collapse: collapse; width:100%; background:white; }
    tbody td, tbody th { vertical-align:top; padding:2px 3px; }
    thead th { padding:1px 6px 1px 3px; background:#fefefe; text-align:left; font-weight:normal; font-size:11px;
david
#1 david
One of the sub-process handlers was eating a lot of memory at this point.  Time to
start optimizing, I guess.
  • +Out of memory
david
#2 david
Things have been pretty speedy since I added the new caching in the diff pages, so
I'm going to call this closed.  Please reopen if you see it again.
  • +Fixed