Results of 1 - 10 of about 59 for limits (0.003 sec.)
- Man page of LIMITS 17419
- LIMITS Section: File Formats (5) Index JM Home Page 名前 limits - リソース制限の定義 説明 limits
...
ファイル (デフォルトでは /etc/limits。 あるいは config.h で定義した LIMITS_FILE) には、設 ...
各行には以下の形式でユーザに対する制限を記述する。 LIMITS_STRING はリソース制限の定義を連結させた文字列である ...
設定されるプロセス優先度 例えば、 L2D2048N5 は正しい LIMITS_STRING である。 以下の 2 つの例は等価である。2 番目 ...
ントリは、ユーザ名が " * " となっているものである。 LIMITS_FILE に複数の デフォルト を登録すると、 最後のもの ...
-
https://man.plustar.jp/manpage/man5/limits.5.html
- [similar]
- Man page of GETRLIMIT 8593
- GETRLIMIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 get
...
ked by a privileged process. Since Linux 2.6.9, no limits are placed on the amount of memory that a privileg ...
n the user namespace of the process whose resource limits are being changed, or the real, effective, and sav ...
ve (2) の前後でリソース制限は保存される。 Resource limits are per-process attributes that are shared by all ...
24 以降では、 プロセスのリソース上限は /proc/[pid]/limits で知ることができる。 proc (5) 参照。 古いシステムで ...
-
https://man.plustar.jp/manpage/man2/getrlimit.2.html
- [similar]
- Man page of GETRLIMIT 8593
- GETRLIMIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 get
...
ked by a privileged process. Since Linux 2.6.9, no limits are placed on the amount of memory that a privileg ...
n the user namespace of the process whose resource limits are being changed, or the real, effective, and sav ...
ve (2) の前後でリソース制限は保存される。 Resource limits are per-process attributes that are shared by all ...
24 以降では、 プロセスのリソース上限は /proc/[pid]/limits で知ることができる。 proc (5) 参照。 古いシステムで ...
-
https://man.plustar.jp/manpage/man2/prlimit.2.html
- [similar]
- Man page of GETRLIMIT 8593
- GETRLIMIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 get
...
ked by a privileged process. Since Linux 2.6.9, no limits are placed on the amount of memory that a privileg ...
n the user namespace of the process whose resource limits are being changed, or the real, effective, and sav ...
ve (2) の前後でリソース制限は保存される。 Resource limits are per-process attributes that are shared by all ...
24 以降では、 プロセスのリソース上限は /proc/[pid]/limits で知ることができる。 proc (5) 参照。 古いシステムで ...
-
https://man.plustar.jp/manpage/man2/prlimit64.2.html
- [similar]
- Man page of GETRLIMIT 8593
- GETRLIMIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 get
...
ked by a privileged process. Since Linux 2.6.9, no limits are placed on the amount of memory that a privileg ...
n the user namespace of the process whose resource limits are being changed, or the real, effective, and sav ...
ve (2) の前後でリソース制限は保存される。 Resource limits are per-process attributes that are shared by all ...
24 以降では、 プロセスのリソース上限は /proc/[pid]/limits で知ることができる。 proc (5) 参照。 古いシステムで ...
-
https://man.plustar.jp/manpage/man2/setrlimit.2.html
- [similar]
- Man page of GETRLIMIT 8593
- GETRLIMIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 get
...
ked by a privileged process. Since Linux 2.6.9, no limits are placed on the amount of memory that a privileg ...
n the user namespace of the process whose resource limits are being changed, or the real, effective, and sav ...
ve (2) の前後でリソース制限は保存される。 Resource limits are per-process attributes that are shared by all ...
24 以降では、 プロセスのリソース上限は /proc/[pid]/limits で知ることができる。 proc (5) 参照。 古いシステムで ...
-
https://man.plustar.jp/manpage/man2/ugetrlimit.2.html
- [similar]
- Man page of GETRLIMIT 8593
- GETRLIMIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 get
...
ked by a privileged process. Since Linux 2.6.9, no limits are placed on the amount of memory that a privileg ...
n the user namespace of the process whose resource limits are being changed, or the real, effective, and sav ...
ve (2) の前後でリソース制限は保存される。 Resource limits are per-process attributes that are shared by all ...
24 以降では、 プロセスのリソース上限は /proc/[pid]/limits で知ることができる。 proc (5) 参照。 古いシステムで ...
-
https://man.plustar.jp/manpage/man3/vlimit.3.html
- [similar]
- Man page of SYSCONF 8461
- SYSCONF Section: Linux Programmer's Manual (3) Updated: 2019-05-09 Index JM Home Page 名前 sysco
...
サポートされているかや、 設定可能な特定の定数や制限 (limits) がどんな値かをテストすることができる。 コンパイル ...
時に行うには、 < unistd.h > と < limits.h > の両方もしくは一方をインクルードし、 特定のマク ...
こと。 変数や制限を確認できるように、たいていは、 < limits.h > で定数 _FOO が、 < unistd.h > で _POSIX_FOO が ...
described to the application in < unistd.h > or < limits.h > when the application was compiled. エラー EINV ...
-
https://man.plustar.jp/manpage/man3/sysconf.3.html
- [similar]
- Man page of REALPATH 7703
- REALPATH Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 real
...
ath - 正規化された絶対パス名を返す 書式 #include < limits.h > #include < stdlib.h > char *realpath(const cha ...
PATH_MAX と NAME_MAX が規定されており、 これらは < limits.h > で定義されているか、 pathconf (3) 関数から得ら ...
-
https://man.plustar.jp/manpage/man3/realpath.3.html
- [similar]
- Man page of MB_LEN_MAX 7586
- MB_LEN_MAX Section: Linux Programmer's Manual (3) Updated: 2015-07-23 Index JM Home Page 名前 MB
...
ケールでの1文字の最大マルチバイト長 書式 #include < limits.h > 説明 The MB_LEN_MAX macro is the maximum numbe ...
-
https://man.plustar.jp/manpage/man3/MB_LEN_MAX.3.html
- [similar]