Related to T4415
Details
Details
- Reviewers
- None
- Group Reviewers
System administrators - Maniphest Tasks
- T4415: Improve indexer workers performance
- Commits
- rSPSITEdb1bce12c25d: Add /tmp as tmpfs partition for indexer workers
octo-diff:
$ $SWH_PUPPET_ENVIRONMENT_HOME/bin/octocatalog-diff indexer-worker06.euwest.azure.internal.softwareheritage.org ******************************************* + Exec[create /tmp] => parameters => "command": "mkdir -p /tmp", "creates": "/tmp", "path": [ "/bin", "/usr/bin", "/sbin", "/usr/sbin" ] ******************************************* + File[/tmp] ******************************************* + Mount[/tmp] => parameters => "device": "tmpfs", "dump": 0, "ensure": "present", "fstype": "tmpfs", "options": "size=4096,nr_inodes=200m,noexec,nosuid,nodev,relatime,rw", "pass": 0 ******************************************* *** End octocatalog-diff on indexer-worker06.euwest.azure.internal.softwareheritage.org
Diff Detail
Diff Detail
- Repository
- rSPSITE puppet-swh-site
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.