aboutsummaryrefslogtreecommitdiffstats
path: root/vm/cuttlefish/cuttlefish.go
diff options
context:
space:
mode:
Diffstat (limited to 'vm/cuttlefish/cuttlefish.go')
-rw-r--r--vm/cuttlefish/cuttlefish.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/vm/cuttlefish/cuttlefish.go b/vm/cuttlefish/cuttlefish.go
index 73014cf4e..dcc825fbf 100644
--- a/vm/cuttlefish/cuttlefish.go
+++ b/vm/cuttlefish/cuttlefish.go
@@ -28,7 +28,10 @@ const (
)
func init() {
- vmimpl.Register("cuttlefish", ctor, true)
+ vmimpl.Register("cuttlefish", vmimpl.Type{
+ Ctor: ctor,
+ Overcommit: true,
+ })
}
type Pool struct {