liusheng commented on a change in pull request #3348:
URL: https://github.com/apache/storm/pull/3348#discussion_r544009169



##########
File path: integration-test/run-it.sh
##########
@@ -36,10 +36,13 @@ then
   chmod o+rx /home/travis
 fi
 list_storm_processes || true
-# increasing swap space so we can run lots of workers
-sudo dd if=/dev/zero of=/swapfile.img bs=4096 count=1M
-sudo mkswap /swapfile.img
-sudo swapon /swapfile.img
+if [ "$(uname -m)" != aarch64 ]; then

Review comment:
       yes, there still have problems of swap support on Travis ARM64 
resources, you can take a look the error: 
   https://travis-ci.com/github/apache/storm/jobs/460842259




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to