Skip to content

memory leaks in 2.6.0-dev.2.0 #38553

@jakemac53

Description

@jakemac53

The latest dev SDK started causing timeouts for the package:build travis build bots.

When diagnosing locally I noticed that the memory usage of the test runner has gone up by approximately 6x (for the same version of the package) so I believe something has happened in the SDK.

Repro instructions:

git clone [email protected]:dart-lang/build.git
cd build/build_runner
pub upgrade
pub run test -t integration --total-shards 4 --shard-index 1

In the latest stable sdk (2.5.0) I see the main test process using <1GB of ram, in the latest SDK (2.6.0-dev.2.0) I see it using >6GB of ram.

Metadata

Metadata

Assignees

Labels

P1A high priority bug; for example, a single project is unusable or has many test failuresarea-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions