We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f05a1 commit a02b537Copy full SHA for a02b537
1 file changed
lithops/serverless/backends/aws_batch/config.py
@@ -28,7 +28,7 @@
28
0.5: [1024, 2048, 3072, 4096],
29
1: [2048, 3072, 4096, 5120, 6144, 7168, 8192],
30
2: [4096, 5120, 6144, 7168, 8192, 9216, 10240, 11264, 12288, 13312, 14336, 15360, 16384],
31
- 4: [8192 + 1024 * i for i in range(21)], # Starts at 8192, increments by 1024 up to 30720
+ 4: [8192 + 1024 * i for i in range(23)], # Starts at 8192, increments by 1024 up to 30720
32
8: [16384 + 4096 * i for i in range(12)], # Starts at 16384, increments by 4096 up to 61440
33
16: [32768 + 8192 * i for i in range(12)] # Starts at 32768, increments by 8192 up to 122880
34
}
0 commit comments