@lacunahub/letsfrag
    Preparing search index...

    Interface ClusterManagerOptionsClusterCountCalc

    Configuration for automatic cluster count calculation

    interface ClusterManagerOptionsClusterCountCalc {
        maxShardsPerCluster?: number;
        memoryPerClusterMB?: number;
        strategy?: ClusterManagerOptionsClusterCountCalcStrategy;
    }
    Index

    Properties

    maxShardsPerCluster?: number

    Maximum shards allowed per cluster (default: 8)

    memoryPerClusterMB?: number

    Estimated memory usage per cluster in MB (default: 500)

    Strategy for calculating optimal cluster count