try to keep vm size down by reducing thread stack size (thanks sklnd)
This commit is contained in:
parent
def6537f72
commit
b1d5753304
|
@ -2,6 +2,9 @@ import thread
|
|||
import traceback
|
||||
|
||||
|
||||
print thread.stack_size(1024 * 512) # reduce vm size
|
||||
|
||||
|
||||
class Input(dict):
|
||||
def __init__(self, conn, raw, prefix, command, params,
|
||||
nick, user, host, paraml, msg):
|
||||
|
|
Loading…
Reference in New Issue