Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions installation/install-by-gem.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,13 @@ The second command starts Fluentd as a daemon. If you want to stop its daemon, y

It is highly recommended to set up `ntpd` on the node to prevent invalid timestamps in your logs.

For large deployments, you must use [`jemalloc`](http://www.canonware.com/jemalloc/) to avoid memory fragmentation. This is already included in the [`rpm`](install-fluent-package/install-by-rpm-fluent-package.md) and [`deb`](install-fluent-package/install-by-deb-fluent-package.md) packages.
For large deployments, you must use [`jemalloc`](https://jemalloc.net/) to avoid memory fragmentation. This is already included in the [`rpm`](install-fluent-package/install-by-rpm-fluent-package.md) and [`deb`](install-fluent-package/install-by-deb-fluent-package.md) packages.

The Fluentd gem does not come with `/etc/init.d/` scripts. You should use Process Management tools such as:

* [`daemontools`](https://cr.yp.to/daemontools.html)
* [`runit`](https://smarden.org/runit/)
* [`supervisord`](https://supervisord.org/)
* [`upstart`](http://upstart.ubuntu.com/)
* `systemd`

## Next Steps
Expand Down
2 changes: 1 addition & 1 deletion installation/install-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The second command starts Fluentd as a daemon. If you want to stop its daemon, y

It is highly recommended to set up `ntpd` on the node to prevent invalid timestamps in your logs.

For large deployments, you must use [`jemalloc`](http://www.canonware.com/jemalloc/) to avoid memory fragmentation. This is already included in the [`rpm`](install-fluent-package/install-by-rpm-fluent-package.md) and [`deb`](install-fluent-package/install-by-deb-fluent-package.md) packages.
For large deployments, you must use [`jemalloc`](https://jemalloc.net/) to avoid memory fragmentation. This is already included in the [`rpm`](install-fluent-package/install-by-rpm-fluent-package.md) and [`deb`](install-fluent-package/install-by-deb-fluent-package.md) packages.

## Troubleshooting

Expand Down
2 changes: 1 addition & 1 deletion parser/json.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Set the buffer size that Yajl will use when parsing streaming input.

If you specify the smaller buffer size, you could get outcome response instantaneously in exchange for performance penalty.

See also: [Method: Yajl::Parser\#parse](https://www.rubydoc.info/github/brianmario/yajl-ruby/Yajl%2FParser:parse)
See also: [Method: Yajl::Parser\#parse](https://www.rubydoc.info/gems/yajl-ruby/Yajl%2FParser:parse)

### `time_type`

Expand Down