Use 100k for memory limit #7013)

This commit is contained in:
Eric Liang
2020-02-02 22:48:59 -08:00
committed by GitHub
parent f939cb39ee
commit 740bd00651
+1 -1
View File
@@ -59,7 +59,7 @@ DUPLICATE_REMOTE_FUNCTION_THRESHOLD = 100
# The maximum resource quantity that is allowed. TODO(rkn): This could be
# relaxed, but the current implementation of the node manager will be slower
# for large resource quantities due to bookkeeping of specific resource IDs.
MAX_RESOURCE_QUANTITY = 40000
MAX_RESOURCE_QUANTITY = 100000
# Each memory "resource" counts as this many bytes of memory.
MEMORY_RESOURCE_UNIT_BYTES = 50 * 1024 * 1024