public final class Configuration extends Object
The memory management global configuration
Constructor and Description |
---|
Configuration() |
Modifier and Type | Method and Description |
---|---|
static int |
getBufferSizeHint()
Gets or sets the buffer size hint which is defined max allowed size for all internal buffers.
|
static void |
setBufferSizeHint(int value)
Gets or sets the buffer size hint which is defined max allowed size for all internal buffers.
|
public static int getBufferSizeHint()
Gets or sets the buffer size hint which is defined max allowed size for all internal buffers.
Value: The buffer size hint, in megabytes. Non-positive value means no memory limitation for internal bufferspublic static void setBufferSizeHint(int value)
Gets or sets the buffer size hint which is defined max allowed size for all internal buffers.
Value: The buffer size hint, in megabytes. Non-positive value means no memory limitation for internal buffersCopyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.