Skip to content
This repository was archived by the owner on Apr 12, 2022. It is now read-only.

Commit 4754b5a

Browse files
author
shugo
committed
added RubyGcPerRequest to documents.
1 parent e8cc86f commit 4754b5a

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

doc/directives.en.rd

+8
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
* ((<RubySafeLevel|RubySafeLevel level>))
2626
* ((<RubyOutputMode|RubyOutputMode mode>))
2727
* ((<RubyRestrictDirectives|RubyRestrictDirectives flag>))
28+
* ((<RubyGcPerRequest|RubyGcPerRequest flag>))
2829
* ((<RubyKanjiCode|RubyKanjiCode kcode>))
2930

3031
--- RubyAddPath directory...
@@ -258,6 +259,13 @@
258259

259260
RubyRestrictDirectives on
260261

262+
--- RubyGcPerRequest flag
263+
Specifies whether to call GC at the end of each request.
264+
265+
example:
266+
267+
RubyGcPerRequest on
268+
261269
--- RubyKanjiCode kcode
262270
Specifies the value of ((|$KCODE|)).
263271

doc/directives.ja.euc.rd

+8
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
* ((<RubySafeLevel|RubySafeLevel level>))
2626
* ((<RubyOutputMode|RubyOutputMode mode>))
2727
* ((<RubyRestrictDirectives|RubyRestrictDirectives flag>))
28+
* ((<RubyGcPerRequest|RubyGcPerRequest flag>))
2829
* ((<RubyKanjiCode|RubyKanjiCode kcode>))
2930

3031
--- RubyAddPath directory...
@@ -253,6 +254,13 @@
253254

254255
RubyRestrictDirectives on
255256

257+
--- RubyGcPerRequest flag
258+
各リクエストの処理後にGCを実行するかどうかを指定する。
259+
260+
:
261+
262+
RubyGcPerRequest on
263+
256264
--- RubyKanjiCode kcode
257265
Rubyの((|$KCODE|))を指定する。デフォルト値は(({"NONE"}))。
258266

0 commit comments

Comments
 (0)