-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadvanced-tuning.properties
More file actions
27 lines (25 loc) · 1.58 KB
/
Copy pathadvanced-tuning.properties
File metadata and controls
27 lines (25 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Advanced provider tuning overlay. Measure provider CPU, DB wait, p99 and RSS before changing these.
# Per-interface and per-method bulkheads.
dubbo.provider.service.NestedCatalogService.max-concurrent=16
dubbo.provider.service.NestedCatalogService.method.getCatalogInfo.max-concurrent=8
dubbo.provider.service.NestedCatalogService.method.listFeaturedItems.max-concurrent=8
dubbo.provider.service.CustomerQueryService.max-concurrent=2
dubbo.provider.service.CustomerQueryService.method.getDatabaseCustomersJson.max-concurrent=1
dubbo.provider.service.CustomerQueryService.method.getCustomer.max-concurrent=2
dubbo.provider.service.CustomerQueryService.method.findCustomersBySegment.max-concurrent=1
dubbo.provider.service.CustomerCommandService.max-concurrent=2
dubbo.provider.service.CustomerCommandService.method.createCustomer.max-concurrent=2
dubbo.provider.service.CustomerCommandService.method.createCustomerTyped.max-concurrent=2
dubbo.provider.service.CustomerCommandService.method.patchCustomerSegment.max-concurrent=1
dubbo.provider.service.CustomerCommandService.method.patchCustomerStatus.max-concurrent=1
dubbo.provider.service.CustomerCommandService.method.patchCustomerStatusTyped.max-concurrent=1
dubbo.provider.service.CustomerCommandService.method.deleteCustomer.max-concurrent=1
# Dubbo/Netty low-RSS runtime system properties.
io.netty.allocator.numDirectArenas=1
io.netty.allocator.numHeapArenas=1
io.netty.recycler.maxCapacityPerThread=0
io.netty.noPreferDirect=true
dubbo.application.logger=slf4j
dubbo.application.qos.enable=false
dubbo.metrics.enable=false
dubbo.tracing.enabled=false