ubuntu:samba:resolve_rlimit_max_below_minimum_windows_limit
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:samba:resolve_rlimit_max_below_minimum_windows_limit [2020/07/15 09:30] – external edit 127.0.0.1 | ubuntu:samba:resolve_rlimit_max_below_minimum_windows_limit [2023/06/09 16:58] (current) – [Temporarily change limits] peter | ||
---|---|---|---|
Line 7: | Line 7: | ||
</ | </ | ||
- | This is just a warning. | + | <WRAP info> |
+ | **NOTE: | ||
- | On MS Windows the number of file handlers on the client and the server must be identical, else you will see the "too many files open" message when e. g. copying files over the network. | + | * On MS Windows the number of file handlers on the client and the server must be identical, else you will see the "too many files open" message when e. g. copying files over the network. |
+ | * More recent Samba versions take care of this on their own. | ||
+ | * However, if you want to remove this warning, you can do so by changing your local file limits. | ||
+ | * It is always useful to distinguish local (user or session) limits and global (system wide) limits. | ||
- | More recent Samba versions take care of this on their own. | + | </ |
- | + | ||
- | However, if you want to remove this warning, you can do so by changing your local file limits. | + | |
- | + | ||
- | It is always useful to distinguish local (user or session) limits and global (system wide) limits. | + | |
---- | ---- | ||
Line 31: | Line 31: | ||
</ | </ | ||
- | Chances are good that your global limits far exceed your local limits. | + | <WRAP info> |
- | + | **NOTE: | |
- | The typical GNU/Linux limit is in the 100k range. | + | |
- | You can change this value temporarily by executing | + | * The typical GNU/Linux limit is in the 100k range. |
+ | * You can change this value temporarily by executing: | ||
<code bash> | <code bash> | ||
Line 42: | Line 42: | ||
or permanently by editing **/ | or permanently by editing **/ | ||
+ | |||
+ | </ | ||
---- | ---- | ||
Line 79: | Line 81: | ||
</ | </ | ||
+ | <WRAP info> | ||
+ | **NOTE: | ||
- | This will show you hard and soft limits for the local session. | + | * The hard limit is enforced by the system, while the soft limit is enforced by the local session. |
+ | * You can increase the local soft limit up to the global hard limit, if necessary. | ||
- | The hard limit is enforced by the system, while the soft limit is enforced by the local session. | + | </ |
- | + | ||
- | You can increase the local soft limit up to the global hard limit, if necessary. | + | |
---- | ---- | ||
Line 104: | Line 107: | ||
</ | </ | ||
- | As always the man-pages of both files and the commands offer much more insight. | + | <WRAP info> |
+ | **NOTE: | ||
+ | </ | ||
ubuntu/samba/resolve_rlimit_max_below_minimum_windows_limit.1594805433.txt.gz · Last modified: 2020/07/15 09:30 by 127.0.0.1