Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some pointers on the configuration #6

Open
stayallive opened this issue Jul 8, 2020 · 1 comment
Open

Some pointers on the configuration #6

stayallive opened this issue Jul 8, 2020 · 1 comment

Comments

@stayallive
Copy link

Hi Rob,

I've been playing again with the crt.sh codebase and have a new database server up and running and started up the ct_monitor application, however (after reading the code even) I'm still a bit puzzle what all the configuration params are supposed to do.

# This indicates to me it's possible to use multiple connection however only 1 is ever used?
connopen = 16
connidle = 4
connlife = "10m"

# The interval looks clear and is a "pause" in monitoring when no work is available?
interval = "1s"

# These 3 are the most puzzling to me what exactly they control?
batch = 5000
concurrent = 256
chunk = 2048

# This controls the timeout of the HTTP connection to the logs?
httptimeout = "30s"

# This one actually is clear to me and is just the postgres connection info :)
conninfo = xxx

Hope you have some time to explain a bit what is what and / or provide what crt.sh is running.

Thanks for providing crt.sh and the code for it allowing others to have a similar setup!

@crtsh crtsh deleted a comment Mar 2, 2023
@pl4nty
Copy link

pl4nty commented Jun 28, 2023

+1, I'm seeing caissuer_monitor run out of memory with 16Gi allocated. Would be great if I could use these params to tune it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants