- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 100 for 500m (0.02 sec)
-
docs/site-replication/run-ssec-object-replication.sh
- echo -n "Preparing test data ..."
- mkdir -p /tmp/data
- echo "Hello world" >/tmp/data/plainfile
- echo "Hello from encrypted world" >/tmp/data/encrypted
- touch /tmp/data/defpartsize
- shred -s 500M /tmp/data/defpartsize
- touch /tmp/data/custpartsize
- shred -s 500M /tmp/data/custpartsize
- echo "done"
- # Add replication site
- ./mc admin replicate add minio1 minio2 --insecure
- # sleep for replication to complete
- sleep 30
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Sep 24 08:03:58 UTC 2024 - 9.9K bytes - Viewed (0) -
docs/site-replication/run-sse-kms-object-replication.sh
- echo -n "Preparing test data ..."
- mkdir -p /tmp/data
- echo "Hello from encrypted world" >/tmp/data/encrypted
- touch /tmp/data/mpartobj
- shred -s 500M /tmp/data/mpartobj
- touch /tmp/data/defpartsize
- shred -s 500M /tmp/data/defpartsize
- touch /tmp/data/custpartsize
- shred -s 500M /tmp/data/custpartsize
- echo "done"
- # Add replication site
- ./mc admin replicate add minio1 minio2 --insecure
- # sleep for replication to complete
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 10 06:49:55 UTC 2024 - 11.5K bytes - Viewed (0) -
docs/site-replication/run-ssec-object-replication-with-compression.sh
- echo -n "Preparing test data ..."
- mkdir -p /tmp/data
- echo "Hello world" >/tmp/data/plainfile
- echo "Hello from encrypted world" >/tmp/data/encrypted
- touch /tmp/data/defpartsize
- shred -s 500M /tmp/data/defpartsize
- touch /tmp/data/mpartobj.txt
- shred -s 500M /tmp/data/mpartobj.txt
- echo "done"
- # Enable compression for site minio1
- ./mc admin config set minio1 compression enable=on extensions=".txt" --insecure
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Sep 24 08:03:58 UTC 2024 - 8.3K bytes - Viewed (0) -
docs/site-replication/run-replication-with-checksum-header.sh
- ./mc ready minio1 --insecure
- ./mc ready minio2 --insecure
- # Prepare data for tests
- echo -n "Preparing test data ..."
- mkdir -p /tmp/data
- echo "Hello World" >/tmp/data/obj
- touch /tmp/data/mpartobj
- shred -s 500M /tmp/data/mpartobj
- echo "done"
- # Add replication site
- ./mc admin replicate add minio1 minio2 --insecure
- # sleep for replication to complete
- sleep 30
- # Create bucket in source cluster
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jul 29 08:02:16 UTC 2024 - 11.4K bytes - Viewed (0) -
docs/en/docs/js/custom.js
- ul.append(li)
- })
- }
- setupTermynal();
- showRandomAnnouncement('announce-left', 5000)
- showRandomAnnouncement('announce-right', 10000)
- }
- document$.subscribe(() => {
- main()
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 6.6K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/util/concurrent/RateLimiterTest.java
- for (int i = 0; i < 8; i++) {
- limiter.acquire(); // #1
- }
- stopwatch.sleepMillis(500); // #2: to repay for the last acquire
- stopwatch.sleepMillis(4000); // #3: becomes cold again
- for (int i = 0; i < 8; i++) {
- limiter.acquire(); // // #4
- }
- stopwatch.sleepMillis(500); // #5: to repay for the last acquire
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 21 14:28:19 UTC 2024 - 21.8K bytes - Viewed (0) -
guava-tests/test/com/google/common/util/concurrent/RateLimiterTest.java
- for (int i = 0; i < 8; i++) {
- limiter.acquire(); // #1
- }
- stopwatch.sleepMillis(500); // #2: to repay for the last acquire
- stopwatch.sleepMillis(4000); // #3: becomes cold again
- for (int i = 0; i < 8; i++) {
- limiter.acquire(); // // #4
- }
- stopwatch.sleepMillis(500); // #5: to repay for the last acquire
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 21 14:28:19 UTC 2024 - 21.8K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/MinMaxPriorityQueueTest.java
- }
- assertEqualsUsingSeed(seed, expected, elements);
- }
- }
- }
- public void testCorrectOrdering_mediumHeapsPollFirst() {
- for (int attempts = 0; attempts < reduceIterationsIfGwt(5000); attempts++) {
- int size = new Random().nextInt(256) + 16;
- ArrayList<Integer> elements = createOrderedList(size);
- List<Integer> expected = ImmutableList.copyOf(elements);
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 35.9K bytes - Viewed (0) -
docs/bucket/replication/setup_3site_replication.sh
- fi
- sleep 5
- head -c 221227088 </dev/urandom >200M
- ./mc.RELEASE.2021-03-12T03-36-59Z cp --config-dir ~/.mc --encrypt "sitea" --quiet 200M "sitea/bucket/200M-enc-v1"
- ./mc.RELEASE.2021-03-12T03-36-59Z cp --config-dir ~/.mc --quiet 200M "sitea/bucket/200M-v1"
- ./mc cp --enc-s3 "sitea" --quiet 200M "sitea/bucket/200M-enc-v2"
- ./mc cp --quiet 200M "sitea/bucket/200M-v2"
- sleep 10
- echo "Verifying ETag for all objects"
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Sep 24 08:03:58 UTC 2024 - 10.3K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/MinMaxPriorityQueueTest.java
- }
- assertEqualsUsingSeed(seed, expected, elements);
- }
- }
- }
- public void testCorrectOrdering_mediumHeapsPollFirst() {
- for (int attempts = 0; attempts < reduceIterationsIfGwt(5000); attempts++) {
- int size = new Random().nextInt(256) + 16;
- ArrayList<Integer> elements = createOrderedList(size);
- List<Integer> expected = ImmutableList.copyOf(elements);
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 35.9K bytes - Viewed (0)