| Index: runtime/vm/object_id_ring.h
|
| diff --git a/runtime/vm/object_id_ring.h b/runtime/vm/object_id_ring.h
|
| index a936a8f0523e16132a89d391b604a252cf62d148..b3ad0c95144b02fef7993d2ff75e9a38c5a954d4 100644
|
| --- a/runtime/vm/object_id_ring.h
|
| +++ b/runtime/vm/object_id_ring.h
|
| @@ -36,7 +36,7 @@ class ObjectIdRing {
|
|
|
| static const int32_t kMaxId = 0x3FFFFFFF;
|
| static const int32_t kInvalidId = -1;
|
| - static const int32_t kDefaultCapacity = 1024;
|
| + static const int32_t kDefaultCapacity = 8192;
|
|
|
| static void Init(Isolate* isolate, int32_t capacity = kDefaultCapacity);
|
|
|
|
|