Skip to content

Commit

Permalink
Merge pull request #1764 from fluent/disable-tracepoint
Browse files Browse the repository at this point in the history
Disable tracepoint feature to omit unnecessary insts
  • Loading branch information
repeatedly authored Nov 28, 2017
2 parents 2b427d5 + 3800c84 commit d635913
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/fluentd
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env ruby
# -*- coding: utf-8 -*-

RubyVM::InstructionSequence.compile_option = {trace_instruction: false} rescue nil

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

0 comments on commit d635913

Please sign in to comment.