membernero.blogg.se

Install openjdk 11 raspberry pi
Install openjdk 11 raspberry pi












install openjdk 11 raspberry pi

# Sample parameters to fit into 10 requests per second on a "monolith" deployment: export TB_QUEUE_CORE_POLL_INTERVAL_MS =1000Įxport TB_QUEUE_RULE_ENGINE_POLL_INTERVAL_MS =1000Įxport TB_QUEUE_RE_MAIN_POLL_INTERVAL_MS =1000Įxport TB_QUEUE_RE_HP_POLL_INTERVAL_MS =1000Įxport TB_QUEUE_RE_SQ_POLL_INTERVAL_MS =1000Įxport TB_QUEUE_TRANSPORT_REQUEST_POLL_INTERVAL_MS =1000Įxport TB_QUEUE_TRANSPORT_RESPONSE_POLL_INTERVAL_MS =1000Įxport TB_QUEUE_TRANSPORT_NOTIFICATIONS_POLL_INTERVAL_MS =1000Įxport TB_QUEUE_PUBSUB_PROJECT_ID =YOUR_PROJECT_IDĮxport TB_QUEUE_PUBSUB_SERVICE_ACCOUNT =YOUR_SERVICE_ACCOUNT # Number of requests to particular Message Queue is calculated based on the formula: # ((Number of Rule Engine and Core Queues) * (Number of partitions per Queue) + (Number of transport queues) # + (Number of microservices) + (Number of JS executors)) * 1000 / POLL_INTERVAL_MS # For example, number of requests based on default parameters is: # Rule Engine queues: # Main 10 partitions + HighPriority 10 partitions + SequentialByOriginator 10 partitions = 30 # Core queue 10 partitions # Transport request Queue + response Queue = 2 # Rule Engine Transport notifications Queue + Core Transport notifications Queue = 2 # Total = 44 # Number of requests per second = 44 * 1000 / 25 = 1760 requests # Based on the use case, you can compromise latency and decrease number of partitions/requests to the queue, if the message load is low. # These params affect the number of requests per second from each partitions per each queue. Export TB_QUEUE_AWS_SQS_ACCESS_KEY_ID =YOUR_KEYĮxport TB_QUEUE_AWS_SQS_SECRET_ACCESS_KEY =YOUR_SECRETĮxport TB_QUEUE_AWS_SQS_REGION =YOUR_REGION














Install openjdk 11 raspberry pi