Commit b34b6846 authored by GLYASAI's avatar GLYASAI
Browse files

[REV] replace int32 with int64

parent 54c95f18
Showing with 1 addition and 1 deletion
+1 -1
......@@ -344,7 +344,7 @@ func (m *Container) GetContainerName() string {
return ""
}
func (m *Container) GetMemoryLimit() int32 {
func (m *Container) GetMemoryLimit() int64 {
if m != nil {
return m.MemoryLimit
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment