Merge pull request #490 from hqhq/hq_fix_comment_swap

Fix comment of swap limit
This commit is contained in:
Mrunal Patel
2016-01-21 14:49:37 -08:00
+1 -1
View File
@@ -40,7 +40,7 @@ type Resources struct {
// Memory reservation or soft_limit (in bytes)
MemoryReservation int64 `json:"memory_reservation"`
// Total memory usage (memory + swap); set `-1' to disable swap
// Total memory usage (memory + swap); set `-1` to enable unlimited swap
MemorySwap int64 `json:"memory_swap"`
// Kernel memory limit (in bytes)