Skip to content

JavaStartUpConfigProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Edas;
new JavaStartUpConfigProperty {
    object ConcGcThreads = null,
    object CustomParams = null,
    object G1HeapRegionSize = null,
    object GcLogFilePath = null,
    object GcLogFileSize = null,
    object HeapDumpOnOutOfMemoryError = null,
    object HeapDumpPath = null,
    object InitialHeapSize = null,
    object MaxDirectMemorySize = null,
    object MaxHeapSize = null,
    object MaxNewSize = null,
    object MaxPermSize = null,
    object NacosUseCloudNamespaceParsing = null,
    object NacosUseEndpointParsingRule = null,
    object NewRatio = null,
    object NewSize = null,
    object OldGarbageCollector = null,
    object ParallelGcThreads = null,
    object PermSize = null,
    object PrintGc = null,
    object PrintGcDateStamps = null,
    object SurvivorRatio = null,
    object ThreadStackSize = null,
    object UseGcLogFileRotation = null,
    object YoungGarbageCollector = null
};

Properties

Name Type Description
ConcGcThreads object No description.
CustomParams object No description.
G1HeapRegionSize object No description.
GcLogFilePath object No description.
GcLogFileSize object No description.
HeapDumpOnOutOfMemoryError object No description.
HeapDumpPath object No description.
InitialHeapSize object No description.
MaxDirectMemorySize object No description.
MaxHeapSize object No description.
MaxNewSize object No description.
MaxPermSize object No description.
NacosUseCloudNamespaceParsing object No description.
NacosUseEndpointParsingRule object No description.
NewRatio object No description.
NewSize object No description.
OldGarbageCollector object No description.
ParallelGcThreads object No description.
PermSize object No description.
PrintGc object No description.
PrintGcDateStamps object No description.
SurvivorRatio object No description.
ThreadStackSize object No description.
UseGcLogFileRotation object No description.
YoungGarbageCollector object No description.

ConcGcThreadsOptional

public object ConcGcThreads { get; set; }
  • Type: object

CustomParamsOptional

public object CustomParams { get; set; }
  • Type: object

G1HeapRegionSizeOptional

public object G1HeapRegionSize { get; set; }
  • Type: object

GcLogFilePathOptional

public object GcLogFilePath { get; set; }
  • Type: object

GcLogFileSizeOptional

public object GcLogFileSize { get; set; }
  • Type: object

HeapDumpOnOutOfMemoryErrorOptional

public object HeapDumpOnOutOfMemoryError { get; set; }
  • Type: object

HeapDumpPathOptional

public object HeapDumpPath { get; set; }
  • Type: object

InitialHeapSizeOptional

public object InitialHeapSize { get; set; }
  • Type: object

MaxDirectMemorySizeOptional

public object MaxDirectMemorySize { get; set; }
  • Type: object

MaxHeapSizeOptional

public object MaxHeapSize { get; set; }
  • Type: object

MaxNewSizeOptional

public object MaxNewSize { get; set; }
  • Type: object

MaxPermSizeOptional

public object MaxPermSize { get; set; }
  • Type: object

NacosUseCloudNamespaceParsingOptional

public object NacosUseCloudNamespaceParsing { get; set; }
  • Type: object

NacosUseEndpointParsingRuleOptional

public object NacosUseEndpointParsingRule { get; set; }
  • Type: object

NewRatioOptional

public object NewRatio { get; set; }
  • Type: object

NewSizeOptional

public object NewSize { get; set; }
  • Type: object

OldGarbageCollectorOptional

public object OldGarbageCollector { get; set; }
  • Type: object

ParallelGcThreadsOptional

public object ParallelGcThreads { get; set; }
  • Type: object

PermSizeOptional

public object PermSize { get; set; }
  • Type: object

PrintGcOptional

public object PrintGc { get; set; }
  • Type: object

PrintGcDateStampsOptional

public object PrintGcDateStamps { get; set; }
  • Type: object

SurvivorRatioOptional

public object SurvivorRatio { get; set; }
  • Type: object

ThreadStackSizeOptional

public object ThreadStackSize { get; set; }
  • Type: object

UseGcLogFileRotationOptional

public object UseGcLogFileRotation { get; set; }
  • Type: object

YoungGarbageCollectorOptional

public object YoungGarbageCollector { get; set; }
  • Type: object