|
To ensure files are
uploaded
without corruption, Bucket Explorer calculates and sends a hash of every file to Amazon S3. In hash calculation, the process takes more CPU depending upon the file size. To minimize the CPU usage, Bucket Explorer uses a configurable property (use-less-cpu-more-time-when-calculating-hash). This property enables the wait during hash calculation. By default this property is enabled in Bucket Explorer.
How to change the configurable property?
-
Locate the
bucketexplorer.property
file and open it in TextEditor.
-
Find the property
‘use-less-cpu-more-time-when-calculating-hash’
, and update its value to
FALSE
(default is
TRUE
)
-
Save the file & run Bucket Explorer as usual.
|
Related Topics
:
|
|