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 0468956 commit bac3dc8Copy full SHA for bac3dc8
test/run-proxy.sh
@@ -33,7 +33,8 @@ if [ $CLOUD == "s3" ]; then
33
echo jclouds.provider=filesystem >>test/s3proxy_test.properties
34
echo jclouds.filesystem.basedir=/tmp/s3proxy >>test/s3proxy_test.properties
35
fi
36
- PROXY_BIN="java -Xms512m -Xmx16g --add-opens java.base/java.lang=ALL-UNNAMED -jar s3proxy.jar --properties test/s3proxy_test.properties"
+ PROXY_BIN="java --add-opens java.base/java.lang=ALL-UNNAMED -jar s3proxy.jar --properties test/s3proxy_test.properties"
37
+# (java --version; for i in $(seq 100); do ps aux|grep -e java -e tigrisfs; sleep 7; done) &
38
export AWS_ACCESS_KEY_ID=foo
39
export AWS_SECRET_ACCESS_KEY=bar
40
export ENDPOINT=http://localhost:$PROXY_PORT
0 commit comments