mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +01:00
Fediverse: increase max heap size to mitigate crashes on pypy
This commit is contained in:
parent
bc0c5bdeed
commit
d844243ce1
@ -90,7 +90,7 @@ def sandbox(f):
|
|||||||
f,
|
f,
|
||||||
*args,
|
*args,
|
||||||
timeout=10,
|
timeout=10,
|
||||||
heap_size=100 * 1024 * 1024,
|
heap_size=200 * 1024 * 1024,
|
||||||
pn="Fediverse",
|
pn="Fediverse",
|
||||||
cn=f.__name__,
|
cn=f.__name__,
|
||||||
**kwargs
|
**kwargs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user