A connector in charge of persisting context data sources into other third-party databases and storage systems, creating a historical view of the context
The idea is to check if the channel capacicities fit the available memory in the JVM, and in case they don't fit, to adjust them.
test Nº 1
cygnus.conf (default)
# capacity of the channel
cygnusagent.channels.ckan-channel.capacity = 1000
# amount of bytes that can be sent per transaction
cygnusagent.channels.ckan-channel.transactionCapacity = 100
# capacity of the channel
cygnusagent.channels.ckan-channel.capacity = 10000
# amount of bytes that can be sent per transaction
cygnusagent.channels.ckan-channel.transactionCapacity = 1000
# capacity of the channel
cygnusagent.channels.ckan-channel.capacity = 1000000
# amount of bytes that can be sent per transaction
cygnusagent.channels.ckan-channel.transactionCapacity = 10000
The idea is to check if the channel capacicities fit the available memory in the JVM, and in case they don't fit, to adjust them.
test Nº 1
cygnus.conf (default)
result:
test Nº 2
cygnus.conf
result:
test Nº 3
cygnus.conf
result:
Effort: 1 man day