You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by Zack Shoylev <no...@github.com> on 2016/09/07 20:30:51 UTC

[jclouds/jclouds-examples] Updates to the parallel examples, using the new code. (#89)

note: Uses SNAPSHOT jclouds, defer merge?
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds-examples/pull/89

-- Commit Summary --

  * Updates to the parallel examples, using the new code.

-- File Changes --

    M rackspace/pom.xml (26)
    M rackspace/src/main/java/org/jclouds/examples/rackspace/SmokeTest.java (98)
    M rackspace/src/main/java/org/jclouds/examples/rackspace/cloudfiles/UploadLargeObject.java (110)

-- Patch Links --

https://github.com/jclouds/jclouds-examples/pull/89.patch
https://github.com/jclouds/jclouds-examples/pull/89.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-examples/pull/89

Re: [jclouds/jclouds-examples] Updates to the parallel examples, using the new code. (#89)

Posted by Zack Shoylev <no...@github.com>.
>        // This property controls the size (in bytes) of parts being uploaded in parallel, the default is 33554432 bytes = 32 MB
> -      overrides.setProperty("jclouds.mpu.parts.size", "67108864"); // 64 MB
> +      overrides.setProperty("jclouds.mpu.parts.size", "1100000"); // 1 MB

I don't think this does anything at all, though....

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-examples/pull/89/files/533c7b6cd0ddbc925f43f1ea4a9b75b071802ac9#r77902722