[Groonga-commit] ranguba/chupa-text at 42c8a52 [master] Remove meaningless RSS limit

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jul 12 15:15:50 JST 2017


Kouhei Sutou	2017-07-12 15:15:50 +0900 (Wed, 12 Jul 2017)

  New Revision: 42c8a52b334fc2ad4f20fb32ba3a6f5c96d3892f
  https://github.com/ranguba/chupa-text/commit/42c8a52b334fc2ad4f20fb32ba3a6f5c96d3892f

  Message:
    Remove meaningless RSS limit

  Modified files:
    lib/chupa-text/external-command.rb

  Modified: lib/chupa-text/external-command.rb (+0 -3)
===================================================================
--- lib/chupa-text/external-command.rb    2017-07-12 15:10:48 +0900 (d9977a0)
+++ lib/chupa-text/external-command.rb    2017-07-12 15:15:50 +0900 (88ffd91)
@@ -67,7 +67,6 @@ module ChupaText
       private
       def set_default_options
         set_option(:cpu, :int)
-        set_option(:rss, :size)
         set_option(:as, :size)
       end
 
@@ -93,8 +92,6 @@ module ChupaText
         case key
         when :cpu
           @options[:rlimit_cpu] = value
-        when :rss
-          @options[:rlimit_rss] = value
         when :as
           @options[:rlimit_as] = value
         else
-------------- next part --------------
HTML����������������������������...
Descargar 



More information about the Groonga-commit mailing list
Back to archive index