Skip to content

Commit 6566209

Browse files
committed
Fix terminology
1 parent 70dc8fe commit 6566209

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/Users guide Apache.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,9 +1339,9 @@ measure to avoid memory leaks.
13391339
==== PassengerMaxRequestTime <seconds> ====
13401340
**Available in Phusion Passenger Enterprise since version 3.0.0.**
13411341

1342-
The maximum amount of time, in seconds, that an application instance may take
1342+
The maximum amount of time, in seconds, that an application process may take
13431343
to process a request. If the request takes longer than this amount of time,
1344-
then the application instance will be forcefully shut down, and restarted upon
1344+
then the application process will be forcefully shut down, and restarted upon
13451345
the next request. A value of 0 means that there is no time limit.
13461346

13471347
This option is useful for preventing your application from freezing for an
@@ -1375,7 +1375,7 @@ to 10 seconds. You can then configure Phusion Passenger as follows:
13751375

13761376
If a request to '/expensive_computation' takes more than 10 seconds,
13771377
or if a request to any other URI takes more than 2 seconds,
1378-
then the corresponding application instance will be forced to shutdown.
1378+
then the corresponding application process will be forced to shutdown.
13791379

13801380
[CAUTION]
13811381
=====================================================
@@ -1387,8 +1387,8 @@ measure to avoid freezing applications.
13871387

13881388
[[PassengerMemoryLimit]]
13891389
==== PassengerMemoryLimit <integer> ====
1390-
The maximum amount of memory that an application instance may use, in megabytes.
1391-
Once an application instance has surpassed its memory limit, it will process
1390+
The maximum amount of memory that an application process may use, in megabytes.
1391+
Once an application process has surpassed its memory limit, it will process
13921392
all the requests currently present in its queue and then shut down.
13931393
A value of 0 means that there is no maximum: the application's memory usage
13941394
will not be checked.

0 commit comments

Comments
 (0)