Sha256: 299cafcd3ab83b59e69ac44e6bb83ce125e4353edea5e40e72000d6ca64a6d7f

Contents?: true

Size: 577 Bytes

Versions: 100

Compression:

Stored size: 577 Bytes

Contents

#!/usr/bin/env ruby
# -*- coding: utf-8 -*-

# In recent CRuby, RubyVM::InstructionSequence is always defined.
# This optimization aims to reduce memory (avg 0.5 megabytes) at startup.
# ref: http://atdot.net/~ko1/activities/2017_fukuoka_rubykaigi_02.pdf
# But other implementation such as truffleruby does not provide such
# class.
if defined?(RubyVM::InstructionSequence)
  RubyVM::InstructionSequence.compile_option = {trace_instruction: false}
end

here = File.dirname(__FILE__)
$LOAD_PATH << File.expand_path(File.join(here, '..', 'lib'))
require 'fluent/command/fluentd'

Version data entries

100 entries across 100 versions & 4 rubygems

Version Path
fluentd-1.14.2 bin/fluentd
fluentd-1.14.1-x86-mingw32 bin/fluentd
fluentd-1.14.1-x64-mingw32 bin/fluentd
fluentd-1.14.1 bin/fluentd
fluentd-1.14.0-x86-mingw32 bin/fluentd
fluentd-1.14.0-x64-mingw32 bin/fluentd
fluentd-1.14.0 bin/fluentd
fluentd-1.14.0.rc bin/fluentd
fluentd-1.13.3-x86-mingw32 bin/fluentd
fluentd-1.13.3-x64-mingw32 bin/fluentd
fluentd-1.13.3 bin/fluentd
fluentd-1.13.2-x86-mingw32 bin/fluentd
fluentd-1.13.2-x64-mingw32 bin/fluentd
fluentd-1.13.2 bin/fluentd
fluentd-1.13.1-x86-mingw32 bin/fluentd
fluentd-1.13.1-x64-mingw32 bin/fluentd
fluentd-1.13.1 bin/fluentd
fluentd-1.13.0-x64-mingw32 bin/fluentd
fluentd-1.13.0-x86-mingw32 bin/fluentd
fluentd-1.13.0 bin/fluentd