File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2298,7 +2298,7 @@ message `SmartContract` has mutiple attributes and nested message `ABI`
2298
2298
2299
2299
`osName`: os name.
2300
2300
2301
- `jvmTotalMemoery `: jvm total memory.
2301
+ `jvmTotalMemory `: jvm total memory.
2302
2302
2303
2303
`jvmFreeMemory`: jvm unused memory.
2304
2304
@@ -2368,7 +2368,7 @@ message `SmartContract` has mutiple attributes and nested message `ABI`
2368
2368
double cpuRate = 6 ;
2369
2369
string javaVersion = 7 ;
2370
2370
string osName = 8 ;
2371
- int64 jvmTotalMemoery = 9 ;
2371
+ int64 jvmTotalMemory = 9 ;
2372
2372
int64 jvmFreeMemory = 10 ;
2373
2373
double processCpuRate = 11 ;
2374
2374
repeated MemoryDescInfo memoryDescInfoList = 12 ;
@@ -2394,4 +2394,4 @@ message `SmartContract` has mutiple attributes and nested message `ABI`
2394
2394
}
2395
2395
```
2396
2396
2397
-
2397
+
You can’t perform that action at this time.
0 commit comments