-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
argument parsing: add size to memory argument
This commit adds an optional size indicator to the memory argument, to simplify declaration of memory. For example, 2G would be equivalent to 2048MiB. The reason to add this is that when using large enclave sizes, such as 2TiB, writing down the actual number requires a calculator. Signed-off-by: Petre Eftime <[email protected]>
- Loading branch information
Petre Eftime
committed
Apr 18, 2023
1 parent
5f3e75e
commit 36ad404
Showing
2 changed files
with
155 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters