Liking cljdoc? Tell your friends :D
:name:env:doc:default
eva.concurrent.background-resource.maxEVA_BACKGROUND_RESOURCE_MAP_THREAD_MAXMaximum number of threads in the global background-resource thread pool.24
eva.concurrent.background-resource.queue-size Maximum size of queue for tasks realizing background resources.48
eva.concurrent.background-resource.thread-goal The target number of threads to be devoted to any particular background-resource-map.2
eva.concurrent.flowgraph.thread-countEVA_CONTAINER_CORE_LIMITThe number of threads used by each flowgraph graph.8
eva.database.indexes.max-tx-deltaEVA_DATABASE_INDEXES_MAX_TX_DELTA 100
eva.database.overlay.estimate-delay-sec 0
eva.database.overlay.estimate-interval-sec 30
eva.database.overlay.max-size-mbEVA_DATABASE_OVERLAY_MAX_SIZE_MB 32
eva.error.always-sanitize-exceptionsEVA_ALWAYS_SANITIZEExceptions thrown from API endpoints should always be sanitized. A safety precaution -- strict reliance on this feature is probably an anti-pattern.false
eva.error.capture-insistsEVA_CAPTURE_INSISTSInsist will capture the values of local bindings used in the failing statement.false
eva.log.read-chunk-sizeEVA_LOG_READ_CHUNK_SIZEWhen lazy reading a span from the transaction log, request from storage in subspans of this size.10
eva.log.read-chunks-aheadEVA_LOG_READ_CHUNKS_AHEADWhen lazy reading a span from the transaction log, asynchronously attempt to stay this many chunks ahead.10
eva.query.memoization-cache The threshold used for caching query compilation100
eva.query.trace-loggingEVA_QUERY_TRACE_LOGGINGWhether or not tracing occurs in the query library.false
eva.server.alt-hostEVA_SERVER_ALT_HOST(Optional) Public host-name to publish as discovery address.
eva.server.data-dirEVA_SERVER_DATA_DIR /Users/tylerwilding/repos/eva/data
eva.server.h2-portEVA_SERVER_H2_PORT 5447
eva.server.h2-web-portEVA_SERVER_H2_WEB_PORT 5448
eva.server.hostEVA_SERVER_HOSTHost-name or ip of the server; used to as the address to bind to.localhost
eva.server.portEVA_SERVER_PORTPrimary port the server listens on.5445
eva.server.sslEVA_SERVER_SSL false
eva.server.startup-delayEVA_SERVER_STARTUP_DELAY 0
eva.server.status-http-portEVA_SERVER_STATUS_HTTP_PORTPort the server http-status endpoint listens on.
eva.startup.thread-countEVA_CONTAINER_CORE_LIMITHow many transactor nodes could be started simulteniously.8
eva.system.core-limitEVA_CONTAINER_CORE_LIMITSets the size of available processors -- in Java 8 the JVM can't tell it's in a container.8
eva.telemetry.enable-per-db-metricsEVA_ENABLE_PER_DB_METRICSEnables per-db metrics. Adding flag to disable until we have a not-horribly-expensive way to use them.false
eva.tracingEVA_TRACINGEnables tracing. NOTE: Changing this variable after loading code that traces will have NO EFFECT. It MUST be set to false by the time our other Clojure files are loaded.true
eva.tracing.tag-inputsEVA_TAG_INPUTSTag inputs to query/pull/pull-many on the trace of the aforementioned operation.false
eva.transact-timeoutEVA_TRANSACT_TIMEOUT 10000
eva.transaction-pipeline.byte-size-limitEVA_TRANSACTION_BYTE_SIZE_LIMITThe largest value for a string (in bytes) or bytes attribute the transactor will accept.1024
eva.transaction-pipeline.clock-skew-windowEVA_TRANSACTION_PIPELINE_CLOCK_SKEW_WINDOWThe amount of clock skew that the transaction process is willing to tolerate in ms.256
eva.transaction-pipeline.compile-db-fnsEVA_TRANSACTION_PIPELINE_COMPILE_DB_FNSEnable or disable the compilation of :db.type/fn attributes upon transaction.true
eva.transaction-pipeline.limit-byte-sizesEVA_TRANSACTION_REJECT_BYTE_LIMITSWhen enabled, transactions over the byte size limit will be rejected with an exception.false
eva.v2.storage.block-sizeEVA_STORAGE_BLOCK_SIZESets the maximum size size of storage blocks.65536
eva.v2.storage.ddb.max-retriesEVA_STORAGE_DDB_MAX_RETRIESNumber of times to attempt an operation that dynamo has partially processed.20
eva.v2.storage.index-cache-sizeEVA_STORAGE_INDEX_CACHE_SIZESets the size of the in-mem index cache: proper size driven by index parameters.20
eva.v2.storage.max-request-cardinalityEVA_STORAGE_MAX_REQUEST_CARDINALITY 25
eva.v2.storage.request-timeout-msEVA_STORAGE_REQUEST_TIMEOUT_MS 10000
eva.v2.storage.serialization.thread-countEVA_STORAGE_SERIALIZATION_THREADSThe number of threads used by the v2 global reader & writer graphs.12
eva.v2.storage.sql.connection-pool.idle-connection-test-periodEVA_STORAGE_SQL_CONNECTION_POOL_IDLE_TEST_PERIODIf N > 0, idle jdbc connections will be tested every N seconds120
eva.v2.storage.sql.connection-pool.max-connection-ageEVA_STORAGE_SQL_CONNECTION_POOL_MAX_CONNECTION_AGESeconds, effectively a time to live. A Connection older than max-connection-age will be destroyed and purged from the pool. Zero means no maximum absolute age is enforced0
eva.v2.storage.sql.connection-pool.max-idle-timeEVA_STORAGE_SQL_CONNECTION_POOL_MAX_IDLE_TIMESeconds a Connection can remain pooled but unused before being discarded. Zero means idle connections never expire.10800
eva.v2.storage.sql.connection-pool.max-idle-time-excess-connectionsEVA_STORAGE_SQL_CONNECTION_POOL_MAX_IDLE_TIME_EXCESS_CONNECTIONSNumber of seconds that Connections in excess of minPoolSize should be permitted to remain idle in the pool before being culled.1800
eva.v2.storage.sql.connection-pool.max-pool-sizeEVA_STORAGE_SQL_CONNECTION_POOL_MAX_POOL_SIZEMaximum number of Connections a pool will maintain at any given time.15
eva.v2.storage.sql.connection-pool.min-pool-sizeEVA_STORAGE_SQL_CONNECTION_POOL_MIN_POOL_SIZEMinimum number of Connections a pool will maintain at any given time.3
eva.v2.storage.sql.connection-pool.test-connection-on-checkinEVA_STORAGE_SQL_CONNECTION_POOL_TEST_ON_CHECKINIf true, jdbc connections will be tested on checkin to the connection-pooltrue
eva.v2.storage.sql.connection-pool.test-connection-on-checkoutEVA_STORAGE_SQL_CONNECTION_POOL_TEST_ON_CHECKOUTIf true, jdbc connections will be tested on checkout from the connection-poolfalse
eva.v2.storage.sql.max-retriesEVA_STORAGE_SQL_MAX_RETRIESNumber of times to attempt a sql operation that has failed.5
eva.v2.storage.value-cache-sizeEVA_STORAGE_VALUE_CACHE_SIZESets the size of the (deserialized) value cache: proper size driven by index paramaters.1000

Can you improve this documentation? These fine people already did:
Tyler Wilding & Erik.Petersen
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close