Skip to content

Conversation

sxa
Copy link
Member

@sxa sxa commented Sep 30, 2025

Fixes adoptium/aqa-tests#6526 (or will once it is redeployed)
To deploy on an existing machine (Needs to be done on all of the test-*-s390x ones as a minimum) here is a cut and pastable list of commands:

swapoff /swapfile
dd if=/dev/zero of=/swapfile bs=65536 count=65536
chmod 600 /swapfile
mkswap /swapfile
swapon /swapfile

This should be safe unless we get machines were there is less than 4GiB free to create the swapfile in /

Checklist
  • commit message has one of the standard prefixes
  • faq.md updated if appropriate
  • other documentation is changed or added (if applicable)
  • playbook changes run through VPC or QPC (if you have access)
  • VPC/QPC not applicable for this PR
  • for inventory.yml changes, bastillion/nagios/jenkins updated accordingly

Signed-off-by: Stewart X Addison <sxa@redhat.com>
@sxa sxa added this to the 2025-09 (September) milestone Sep 30, 2025
@sxa sxa self-assigned this Sep 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

Very Large ( 5Gb+ ) Test Data Files Being Left Behind On Certain Platforms

2 participants