0% found this document useful (0 votes)
2 views2 pages

Performance Optimization Flags Overview

The document contains configuration flags and settings related to telemetry, GPU rendering, CPU threading, cache memory, and network stability. Most telemetry features are disabled, while various rendering optimizations and memory management techniques are enabled. Additionally, it outlines specific parameters for network packet processing and performance metrics.

Uploaded by

nguyenphambinh9
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views2 pages

Performance Optimization Flags Overview

The document contains configuration flags and settings related to telemetry, GPU rendering, CPU threading, cache memory, and network stability. Most telemetry features are disabled, while various rendering optimizations and memory management techniques are enabled. Additionally, it outlines specific parameters for network packet processing and performance metrics.

Uploaded by

nguyenphambinh9
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

{

// Telemetry Off
"FFlagOpenTelemetryEnabled2": false,
"FFlagEnableTelemetryService1": false,
"FFlagPerfDataOnTelemetryV2": false,
"FFlagSendRenderFidelityTelemetry2": false,
"FFlagReportTextureStreamingTelemetry2": false,
"DFFlagCoreScriptTelemetry2": false,
"DFFlagHttpCachePerfTelemetry": false,
"DFIntTelemetryProfilerHundredthsPercentage": 0,
"FIntTelemetryProfilerFrequency": 0,
"FIntPerformanceTelemetryQueueProcessLimit": 0,

// GPU / Rendering
"FFlagFineGrainCull": true,
"FFlagFastGPULightCulling3": true,
"FFlagSmoothClusterOcclusionCulling2": true,
"FFlagSmoothClusterGrassOcclusionCulling": true,
"DFFlagRenderEmitterOcclusionCulling": true,
"DFFlagRenderFastClusterOcclusionCulling": true,
"DFFlagRenderModelClusterOcclusionCulling": true,
"DFFlagFixSpecialMeshCulling": true,
"FFlagRenderTestEnableDistanceCulling": true,
"FFlagRenderAllocateShadowMapResourcesOnDemand": true,
"FFlagRenderInitShadowmaps": true,
"FFlagRenderFixBrokenAvatarShadow": true,
"DFFlagDynamicTranslationShadowModeEnabled": false,
"FIntRenderMaxShadowAtlasUsageBeforeDownscale": 75,
"FIntRenderShadowMapDepthCacheMemLimit": 192,

// CPU / Threading
"FFlagTaskSchedulerLimitTargetFpsTo2402": true,
"DFFlagTaskSchedulerRescheduleAsForeground": true,
"DFFlagTaskSchedulerBlockingShutdownInClients": false,
"FIntTaskSchedulerMaxNumOfJobs": 85,
"FIntTaskSchedulerMaxStackSizeBytes": 524288,
"FIntTaskSchedulerMaxTempArenaSizeBytes": 1048576,
"FIntVideoSchedulerMaxTaskSize": 300,
"FFlagTaskThreadUsesRuntime2": true,
"FFlagBaseThreadPoolUseRuntime2": true,
"DFFlagProcess2DPipelineUseRuntimeThreading": true,
"FFlagUseRuntimeMutexSchedulerFacet": true,
"FIntTaskSchedulerAutoThreadLimit": 8,
"FIntTaskSchedulerThreadMin": 1,
"FIntTaskSchedulerAsyncTasksMinimumThreadCount": 2,
"FIntOcclusionWorkerThreadCount": 5,

// Cache / Memory
"FFlagStyleCacheLessMemory2": true,
"FFlagReduceStyleCacheAllocations": true,
"FFlagAnimationClipMemCacheEnabled": true,
"FFlagAnimationCurveDenseCacheEnabled6": true,
"FFlagCacheTextBoundsInGuiText": true,
"FFlagRbxStorageUseMemCache": true,
"FFlagHttpCacheEntryUseMmap": true,
"FFlagHttpCacheCleanSpaceOnly": true,
"FFlagClearCacheableContentProviderOnGameLaunch": true,
"FFlagCacheableContentProviderFixRccMsg": true,
"FFlagAssetProviderAssetCacheUseRBXStorageImpl2": true,
"FFlagAssetProviderRedirectCacheUseRBXStorageImpl2": true,
"FFlagUnifiedMeshCacheSizeComputation": true,
"FFlagAdaptiveMeshCacheSizeForAndroid": true,
"FFlagStreamingSolverV2FlagCache": true,
"DFFlagAlwaysSkipDiskCache": true,
"DFFlagEnableConcurrentHttpClientCacheReads": true,
"DFFlagSkipReadDiskCacheRedirects": true,
"DFFlagPhysicsMechanismCacheOptimizeAlloc": true,
"DFIntMemCacheMaxCapacityMB": 96,
"DFIntBackupCacheToKeep": 4,
"DFIntHttpCacheCleanTriggerAvailableSpaceMiB": 512,
"DFIntHttpCacheCleanTriggerTotalSpaceMiB": 1536,
"FIntRbxStorageDeleteOldCacheMB": 10,
"FIntSQLiteCacheSizePages": 4096,
"FIntAudioMetadataCacheSizeKB": 256,
"DFIntSoundServiceCacheCleanupMaxAgeDays": 2,
"DFIntHttpCurlConnectionCacheSize": -1,
"FIntHttpCurlMaxCachedHandlesPerHost": 8,

// Network / Balanced Stability


"DFIntClientPacketExcessMicroseconds": 1500,
"DFIntClientPacketHealthyAllocationPercent": 25,
"DFIntClientPacketMaxDelayMs": 2,
"DFIntClientPacketMaxFrameMicroseconds": 250,
"DFIntClientPacketMinMicroseconds": 1,
"DFIntLargePacketQueueSizeCutoffMB": 512,
"DFIntMaxProcessPacketsJobScaling": 2000000,
"DFIntMaxProcessPacketsStepsAccumulated": 5,
"DFIntMaxProcessPacketsStepsPerCyclic": 4000,
"DFIntMaxWaitTimeBeforeForcePacketProcessMS": 2,
"DFIntNetworkStopProducingPacketsToProcessThresholdMs": 0,
"FFlagSpecifyNetworkReplicatorScope": true,
"FFlagSpecifyNetworkReplicatorScopeForItems": true,
"DFFlagRakNetEnablePoll": true,
"DFFlagSampleAndRefreshRakPing": true,
"DFIntRakNetLoopMs": 2,
"DFIntRakNetMinAckGrowthPercent": 1,
"DFIntRakNetNakResendDelayMs": 2,
"DFIntRakNetResendRttMultiple": 2,
"DFIntRakNetSelectTimeoutMs": 2,
"DFIntSignalRCoreKeepAlivePingPeriodMs": 300,
"DFIntSignalRCoreRpcQueueSize": 256,
"DFIntSignalRCoreServerTimeoutMs": 12000,
"DFIntSignalRCoreTimerMs": 800,
"DFIntSignalRHubConnectionBaseRetryTimeMs": 150,
"DFIntSignalRHubConnectionHeartbeatTimerRateMs": 1000,
"DFIntRakNetMtuValue1InBytes": 1280,
"DFIntRakNetMtuValue2InBytes": 1280,
"DFIntRakNetMtuValue3InBytes": 1280,
"DFIntConnectionMTUSize": 1280
}

You might also like