-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZTS: OOM in raidz_002_pos #16566
Labels
Type: Defect
Incorrect behavior (e.g. crash, hang)
Comments
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Oct 3, 2024
raidz_002_pos can take over 5GB of RAM and will sometimes OOM. Enable 16GB of swap space to help mitigate this. Fixes: openzfs#16566 Signed-off-by: Tony Hutter <[email protected]>
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Oct 3, 2024
raidz_002_pos can take over 5GB of RAM and will sometimes OOM. Enable 16GB of swap space to help mitigate this. Fixes: openzfs#16566 Signed-off-by: Tony Hutter <[email protected]>
The |
I've just manually run |
amotin
added a commit
to amotin/zfs
that referenced
this issue
Oct 18, 2024
For some reason it was dropped when split from kernel, that makes raidz_test to accumulate in RAM up to 100GB of logs we don't need. Signed-off-by: Alexander Motin <[email protected]> Sponsored by: iXsystems, Inc. Fixes openzfs#16492 Fixes openzfs#16566
13 tasks
behlendorf
pushed a commit
to behlendorf/zfs
that referenced
this issue
Oct 21, 2024
For some reason it was dropped when split from kernel, that makes raidz_test to accumulate in RAM up to 100GB of logs we don't need. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Igor Kozhukhov <[email protected]> Reviewed-by: Rob Norris <[email protected]> Reviewed-by: Tino Reichardt <[email protected]> Signed-off-by: Alexander Motin <[email protected]> Sponsored by: iXsystems, Inc. Closes openzfs#16492 Closes openzfs#16566 Closes openzfs#16664
behlendorf
pushed a commit
to behlendorf/zfs
that referenced
this issue
Oct 21, 2024
For some reason it was dropped when split from kernel, that makes raidz_test to accumulate in RAM up to 100GB of logs we don't need. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Igor Kozhukhov <[email protected]> Reviewed-by: Rob Norris <[email protected]> Reviewed-by: Tino Reichardt <[email protected]> Signed-off-by: Alexander Motin <[email protected]> Sponsored by: iXsystems, Inc. Closes openzfs#16492 Closes openzfs#16566 Closes openzfs#16664
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System information
Describe the problem you're observing
Using the new github runners, we're seeing an occasional OOM in
functional/raidz/raidz_002_pos
. It is killing off theraidz_test
program:raidz_test
had allocated 5.3GB of RAM:Full examples:
https://github.com/openzfs/zfs/actions/runs/10978174081/job/30481019124
https://github.com/openzfs/zfs/actions/runs/10998799735/job/30537538603
Describe how to reproduce the problem
Include any warning/errors/backtraces from the system logs
The text was updated successfully, but these errors were encountered: