-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.TestingAn issue that has been verified to require only test changes, not just a test failure.An issue that has been verified to require only test changes, not just a test failure.
Milestone
Description
Since CL 143678 (encoding/gob: increase "tooBig" from 1GB to 8GB on 64-bit machines), I'm no longer able to run the encoding/gob test suite on my machine (with 8GB of RAM). Running the tests kills my OS.
The longtest builder is also failing, presumably for the same reason:
https://build.golang.org/log/ffd8eaed071a4dae7d1af28735e9b9c1bc42a2be
The tests should probably be tuned so that they don't require >8GB of RAM to be run.
cc @robpike
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.TestingAn issue that has been verified to require only test changes, not just a test failure.An issue that has been verified to require only test changes, not just a test failure.