Hi all,

I noticed this morning that the patchbot was returning error 500s upon
listing open tickets.  I realized after some investigation that this
was due to a virtual memory limit of 1 GB on the server's worker
processes that was being surpassed on these requests*.  For now I've
doubled that limit in order to keep things working.

Though it really shouldn't be using that much memory in the first
place.  I think the main problem is just the size of the data
structures being used for the ticket requests include more information
than is really needed and could probably be filtered better.
Something I'll look into later.

E


* I should note, the requests were not actually using >1 GB of
committed memory, it was just reserving more virtual memory than
needed.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to