Skip to content

Commit

Permalink
Remove sharedMemoryLimit as no vendors support it
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Chang <[email protected]>
  • Loading branch information
mocsharp committed Jun 26, 2023
1 parent 09eef73 commit abd1163
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions guidelines/monai-application-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,6 @@ The Package Manifest file provides information about the MAP's package layout. I
| `resources.gpuMemory` | No | `1Gi` | string | memory size | The GPU memory required by the Application or the Fragment. |
| `resources.gpuMemoryLimit` | No | N/A | string | memory size | The GPU memory limit for the Application or the Fragment. (1) |
| `resources.sharedMemory` | No | `64Mi` | string | memory size | The shared memory required by the Application or the Fragment. |
| `resources.sharedMemoryLimit` | No | N/A | string | memory size | The shared memory limit for the Application or the Fragment. (1) |
| `resources.fragments` | No | N/A | object | objects | Nested objects which describe resources for a Multi-Fragment Application. |
| `resources.fragments.<fragment-name>` | **Yes** | N/A | string | string | Name of the fragment. |
| `resources.fragments.<fragment-name>.cpu` | No | `1` | decimal (2) | number | Number of CPU cores required by the Fragment. |
Expand All @@ -554,7 +553,6 @@ The Package Manifest file provides information about the MAP's package layout. I
| `resources.fragments.<fragment-name>.gpuMemory` | No | `1Gi` | string | memory size | The GPU memory required by the Fragment. |
| `resources.fragments.<fragment-name>.gpuMemoryLimit` | No | N/A | string | memory size | The GPU memory limit for the Fragment. (1) |
| `resources.fragments.<fragment-name>.sharedMemory` | No | `64Mi` | string | memory size | The shared memory required by the Fragment. |
| `resources.fragments.<fragment-name>.sharedMemoryLimit` | No | N/A | string | memory size | The shared memory limit for the Fragment. (1) |
| `version` | No | 0.0.0 | string | semantic version | Version of the package. |

> [Notes]
Expand Down

0 comments on commit abd1163

Please sign in to comment.