Skip to content

Commit 8921ab7

Browse files
committed
relax memory constraints for web interface
1 parent ead45d7 commit 8921ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
allow_headers=["*"],
2929
)
3030

31-
memory_limit =(int) (3.3 * 1024 * 1024 * 1024)
31+
memory_limit =(int) (6 * 1024 * 1024 * 1024)
3232
resource.setrlimit(resource.RLIMIT_RSS, (memory_limit, memory_limit))
3333

3434

0 commit comments

Comments
 (0)