Skip to content

Commit

Permalink
fix: set max shared memory to 4PiB in ResourcePresetSettingModal
Browse files Browse the repository at this point in the history
  • Loading branch information
ironAiken2 authored and agatha197 committed Oct 4, 2024
1 parent 22fcd5d commit d8c2e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/src/components/ResourcePresetSettingModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ const ResourcePresetSettingModal: React.FC<ResourcePresetSettingModalProps> = ({
}),
]}
>
<DynamicUnitInputNumber />
<DynamicUnitInputNumber max="7.999p" />
</Form.Item>
</Col>
</Row>
Expand Down

0 comments on commit d8c2e49

Please sign in to comment.