diff options
Diffstat (limited to 'src/main/thrift')
-rw-r--r-- | src/main/thrift/bwlp.thrift | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/thrift/bwlp.thrift b/src/main/thrift/bwlp.thrift index 91e904d..088f11c 100644 --- a/src/main/thrift/bwlp.thrift +++ b/src/main/thrift/bwlp.thrift @@ -129,6 +129,8 @@ struct OperatingSystem { 2: string osName, 3: map<string, string> virtualizerOsId, 4: string architecture, + 5: i32 maxMemMb, + 6: i32 maxCores, } struct ImagePermissions { |