| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
| |
Datadog is already configured to accept this for us
|
| | |
|
| |
|
|
|
|
|
|
|
| |
when dedicated mode is enabled via `--dedicated` or `server.dedicated` then we tune http.sys server settings to be more suitable for a shared server
initially we tune two things
* the thread pool used to service I/O requests allows a larger number of threads to be created when needed. The minimum thread count is unchanged but in dedicated server mode we double the maximum number of threads allowed
* the http.sys request queue length (`HttpServerQueueLengthProperty`) is increased to 50,000 in dedicated mode. The regular default is 1,000
|
| |
|
|
| |
Conforming indentation. Fixing lightweight-interval-seconds -> lightweightintervalseconds. Adding missing comma preceding memlayer.
|
| | |
|
| |
|
|
|
|
| |
Shared instance:
- Tweak full GC interval
- Add lightweight GC config
- Add memlayer GC config
|
| | |
|
| | |
|
| |
|
|
| |
Removing unused "enabled" attribute on upstream config and using the "policy" attribute instead to disable the upstream.
|
| | |
|
| | |
|
| |
|