We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ffeddd commit e54188eCopy full SHA for e54188e
aleph_message/models/execution/volume.py
@@ -60,8 +60,8 @@ class VolumePersistence(str, Enum):
60
61
class PersistentVolumeSizeMib(ConstrainedInt):
62
gt = 0
63
- le = gigabyte_to_mebibyte(Gigabytes(512))
64
- strict = True # Limit to 100 GiB
+ le = gigabyte_to_mebibyte(Gigabytes(2048))
+ strict = True # Limit to 2048 GiB
65
66
67
class PersistentVolume(AbstractVolume):
0 commit comments