Github user srdo commented on a diff in the pull request:
https://github.com/apache/storm/pull/2127#discussion_r117616765
--- Diff: integration-test/run-it.sh ---
@@ -32,18 +32,19 @@ function list_storm_processes() {
list_storm_processes || true
# increasing swap space so we can run lots of workers
-sudo dd if=/dev/zero of=/swapfile.img bs=8192 count=1M
+sudo dd if=/dev/zero of=/swapfile.img bs=4096 count=1M
--- End diff --
The ubuntu image has a 10GB disk, so 8GB doesn't fit. I didn't see the swap
exceed a few hundred megs anyway, so I lowered this a bit.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---