We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713ba89 commit 69adf07Copy full SHA for 69adf07
.travis.yml
@@ -26,7 +26,7 @@ before_install:
26
27
before_script:
28
- cd ${TRAVIS_HOME}
29
- - wget http://us.mirrors.quenda.co/apache/rocketmq/4.3.2/rocketmq-all-4.3.2-bin-release.zip
+ - wget https://archive.apache.org/dist/rocketmq/4.3.2/rocketmq-all-4.3.2-bin-release.zip
30
- unzip rocketmq-all-4.3.2-bin-release.zip
31
- cd rocketmq-all-4.3.2-bin-release
32
- perl -i -pe's/-Xms8g -Xmx8g -Xmn4g/-Xms2g -Xmx2g -Xmn1g/g' bin/runbroker.sh
0 commit comments