52 lines
1008 B
Plaintext
52 lines
1008 B
Plaintext
|
|
# CI/CD Pipeline Mode Overlay
|
||
|
|
# Tuning for continuous integration pipelines (8 CPU, 16GB RAM)
|
||
|
|
|
||
|
|
{
|
||
|
|
orchestrator = {
|
||
|
|
server.workers = 8,
|
||
|
|
server.max_connections = 500,
|
||
|
|
queue.max_concurrent_tasks = 50,
|
||
|
|
queue.priority_queue = true,
|
||
|
|
queue.metrics = true,
|
||
|
|
batch.parallel_limit = 50,
|
||
|
|
extensions.max_concurrent = 50,
|
||
|
|
performance.max_memory = 16000,
|
||
|
|
performance.connection_pool_size = 250,
|
||
|
|
},
|
||
|
|
|
||
|
|
control_center = {
|
||
|
|
server.workers = 8,
|
||
|
|
server.max_connections = 500,
|
||
|
|
},
|
||
|
|
|
||
|
|
vault_service = {
|
||
|
|
server.workers = 8,
|
||
|
|
server.max_connections = 500,
|
||
|
|
},
|
||
|
|
|
||
|
|
mcp_server = {
|
||
|
|
server.workers = 8,
|
||
|
|
server.max_connections = 500,
|
||
|
|
},
|
||
|
|
|
||
|
|
extension_registry = {
|
||
|
|
server.workers = 8,
|
||
|
|
server.max_connections = 500,
|
||
|
|
},
|
||
|
|
|
||
|
|
rag = {
|
||
|
|
server.workers = 8,
|
||
|
|
server.max_connections = 500,
|
||
|
|
},
|
||
|
|
|
||
|
|
ai_service = {
|
||
|
|
server.workers = 8,
|
||
|
|
server.max_connections = 500,
|
||
|
|
},
|
||
|
|
|
||
|
|
provisioning_daemon = {
|
||
|
|
server.workers = 8,
|
||
|
|
server.max_connections = 500,
|
||
|
|
},
|
||
|
|
}
|