# File tokyotyrant.rb, line 1223
    def setmax(max)
      @args.push("setmax" + "\0" + max.to_s)
      return nil
    end