Skip to content

Commit 81e1bab

Browse files
committed
Revert "NAP memory limit increased"
This reverts commit 880d83f.
1 parent 880d83f commit 81e1bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xpk/core/nap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def create_autoprovisioning_config(
187187
"""
188188
memory_limits = """
189189
minimum: 1
190-
maximum: 10000000
190+
maximum: 10000
191191
"""
192192

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

0 commit comments

Comments
 (0)