Class WorkspaceConfiguration

    • Field Detail

      • tempFilePath

        protected String tempFilePath
        Path to file to be memory-mapped
      • initialSize

        protected long initialSize
        This variable specifies amount of memory allocated for this workspace during initialization
      • minSize

        protected long minSize
        This variable specifies minimal workspace size
      • maxSize

        protected long maxSize
        This variable specifies maximal workspace size
      • cyclesBeforeInitialization

        protected int cyclesBeforeInitialization
        For workspaces with learnable size, this variable defines how many cycles will be spent during learning phase
      • overallocationLimit

        protected double overallocationLimit
        If OVERALLOCATION policy is set, memory will be overallocated in addition to initialSize of learned size
      • stepsNumber

        protected int stepsNumber
        This value is used only for circular workspaces
    • Constructor Detail

      • WorkspaceConfiguration

        public WorkspaceConfiguration()