Applicable to:
- SolusVM
Symptoms
Unable to create an SolusVM OpenVZ container over API with "custommemory" variable:
CONFIG_TEXT: Custom burst memory invalid
Cause
Burst memory was not set in API call.
Resolution
Set custom memory as bellow:
CONFIG_TEXT: postfields["custommemory"] = "256:500";
Where 256 - standard memory, 500 - burst memory.
Comments
0 commentsPlease sign in to leave a comment.