Skip to content

Commit 6c0fad0

Browse files
authored
Merge pull request #597 from AI-Hypercomputer/nap-memory-limit
NAP memory and cpu limit increased
2 parents d8a2158 + c205b26 commit 6c0fad0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/xpk/core/nap.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,11 @@ def create_autoprovisioning_config(
183183
# is not controlled by NAP.
184184
cpu_limits = """
185185
minimum: 1
186-
maximum: 10000
186+
maximum: 1000000
187187
"""
188188
memory_limits = """
189189
minimum: 1
190-
maximum: 10000
190+
maximum: 10000000
191191
"""
192192

193193
# By default, the maximum chips is set to be the current number of resources used

0 commit comments

Comments
 (0)