Skip to content

Updated Max value in TCE Table Pre-Allocation for Dynamic Drawer #396

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Updated Max value in TCE Table Pre-Allocation for Dynamic Drawer
- Updated Max value in TCE Table Pre-Allocation for Dynamic Drawer, Using UpperBound instead of DefaultValue.
- JIRA: https://jsw.ibm.com/browse/PFEBMC-4153

Signed-off-by: Nikhil Ashoka <[email protected]>
Nikhil-Ashoka committed Mar 24, 2025
commit 09373c78c6b99d9107d47bd103065e0c095eded2
Original file line number Diff line number Diff line change
@@ -129,7 +129,7 @@ const ResourceMemoryStore = {
);
if (dynamicIoDrawerDefaultCapacity.length > 0) {
let dynamicIoDrawerAttachmentDefaultCapacity =
dynamicIoDrawerDefaultCapacity[0].DefaultValue;
dynamicIoDrawerDefaultCapacity[0].UpperBound;
commit(
'setDynamicIoDrawerDefaultCapacity',
dynamicIoDrawerAttachmentDefaultCapacity