You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrading to Firecracker 1.0.0 caused regression in TestOOM_Isolatedintegration test. The original 2MB memory limit caused runc to fail to launch a dd task.
The following error message was observed during the test:
=== RUN TestOOM_Isolated
standard_init_linux.go:228: exec user process caused: cannot allocate memory
Current workaround was bumping the task memory limit to 3MB. But the regression should be investigated and well understood.
The text was updated successfully, but these errors were encountered:
henry118
changed the title
Firecracker 1.0.0 regressed TestOOM_Isolated test case
[Issue] Firecracker 1.0.0 regressed TestOOM_Isolated test case
Feb 18, 2022
Upgrading to Firecracker 1.0.0 caused regression in
TestOOM_Isolated
integration test. The original 2MB memory limit causedrunc
to fail to launch add
task.The following error message was observed during the test:
Current workaround was bumping the task memory limit to 3MB. But the regression should be investigated and well understood.
The text was updated successfully, but these errors were encountered: