Skip to content

Commit bac3dc8

Browse files
committed
chore: debug
1 parent 0468956 commit bac3dc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/run-proxy.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ if [ $CLOUD == "s3" ]; then
3333
echo jclouds.provider=filesystem >>test/s3proxy_test.properties
3434
echo jclouds.filesystem.basedir=/tmp/s3proxy >>test/s3proxy_test.properties
3535
fi
36-
PROXY_BIN="java -Xms512m -Xmx16g --add-opens java.base/java.lang=ALL-UNNAMED -jar s3proxy.jar --properties test/s3proxy_test.properties"
36+
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) &
3738
export AWS_ACCESS_KEY_ID=foo
3839
export AWS_SECRET_ACCESS_KEY=bar
3940
export ENDPOINT=http://localhost:$PROXY_PORT

0 commit comments

Comments
 (0)