You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade to OCI Java SDK version 2.72.0 if you are currently using 2.66.0.
The OCI Java SDK version 2.66.0 contains a bug that causes it to buffer streams unnecessarily. For example, if you upload a stream of size 1 GiB, this will cause the OCI Java SDK to buffer an additional 1 GiB in the heap. This additional memory demand may cause an OutOfMemoryError.
The latest safe version is 2.65.1.
OCI Java SDK 3.x is not affected.
You are affected if:
you use version 2.66.0
and you use the Apache Connector (which is the default connector in the OCI Java SDK)
and you upload streams (e.g. using Object Storage's putObject or uploadPart operations)
Upgrade to OCI Java SDK version
2.72.0
if you are currently using2.66.0
.The OCI Java SDK version 2.66.0 contains a bug that causes it to buffer streams unnecessarily. For example, if you upload a stream of size 1 GiB, this will cause the OCI Java SDK to buffer an additional 1 GiB in the heap. This additional memory demand may cause an
OutOfMemoryError
.The latest safe version is
2.65.1
.OCI Java SDK 3.x is not affected.
You are affected if:
2.66.0
putObject
oruploadPart
operations)Fix:
2.72.0
: https://github.com/oracle/oci-java-sdk/releases/tag/v2.72.0Other possible work-arounds (not recommended anymore):
2.65.1
HttpUrlConnectorProvider
instead (see https://github.com/oracle/oci-java-sdk/blob/v2.65.1/ApacheConnector-README.md )The text was updated successfully, but these errors were encountered: