mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-22 18:39:31 +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,
|
||||
*args,
|
||||
timeout=10,
|
||||
heap_size=100 * 1024 * 1024,
|
||||
heap_size=200 * 1024 * 1024,
|
||||
pn="Fediverse",
|
||||
cn=f.__name__,
|
||||
**kwargs
|
||||
|
Loading…
Reference in New Issue
Block a user