[Bug 73502] Webservice being shut down abruptly

2014-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=73502

Betacommand phoenixoverr...@gmail.com changed:

   What|Removed |Added

 CC||phoenixoverr...@gmail.com

--- Comment #1 from Betacommand phoenixoverr...@gmail.com ---
Its probably OOMing (Out of memory). The limit is normally 4GB and doing
nothing they tend to consume about 2GB

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 73502] Webservice being shut down abruptly

2014-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=73502

--- Comment #2 from Marc A. Pelletier m...@uberbox.org ---
Betacommand is probably correct, that message hints that the service was killed
by gridengine, and (unless you deleted the job yourself) it normally only does
that when the process grows beyond the memory limit.  You may want to keep an
eye on your code, and ensure that it doesn't leak memory.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 73502] Webservice being shut down abruptly

2014-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=73502

--- Comment #3 from Zhaofeng Li he...@zhaofeng.li ---
Thanks for the quick response. Will ceetainly do some optimizations. Since the
program is a bit resource-intensive, how can I increase the memory limit? I see
/use/bin/webservice reads a system file for the limit, so I assume I'll have to
use my own copy of the script to start the server?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l