"Sysctl: setting key "fs.inotify.max user watches": Read-only file system"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
2번째 줄: 2번째 줄:
;<nowiki>sysctl: setting key "fs.inotify.max_user_watches": Read-only file system</nowiki>
;<nowiki>sysctl: setting key "fs.inotify.max_user_watches": Read-only file system</nowiki>
* pri
* pri
<source lang='console'>
<syntaxhighlight lang='console'>
root@test1-6fc9cb54d6-frk8b:/app# sysctl -p
root@test1-6fc9cb54d6-frk8b:/app# sysctl -p
sysctl: setting key "fs.inotify.max_user_watches": Read-only file system
sysctl: setting key "fs.inotify.max_user_watches": Read-only file system
</source>
</syntaxhighlight>
<source lang='console'>
<syntaxhighlight lang='console'>
root@test1-6fc9cb54d6-frk8b:/app# cat /etc/sysctl.conf | grep max_user_watches
root@test1-6fc9cb54d6-frk8b:/app# cat /etc/sysctl.conf | grep max_user_watches
fs.inotify.max_user_watches=524288
fs.inotify.max_user_watches=524288
</source>
</syntaxhighlight>
<source lang='console'>
<syntaxhighlight lang='console'>
root@test1-6fc9cb54d6-frk8b:/app# ls /.dockerenv  
root@test1-6fc9cb54d6-frk8b:/app# ls /.dockerenv  
/.dockerenv
/.dockerenv
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2021년 10월 23일 (토) 19:32 판

1 개요

sysctl: setting key "fs.inotify.max_user_watches": Read-only file system
  • pri
root@test1-6fc9cb54d6-frk8b:/app# sysctl -p
sysctl: setting key "fs.inotify.max_user_watches": Read-only file system
root@test1-6fc9cb54d6-frk8b:/app# cat /etc/sysctl.conf | grep max_user_watches
fs.inotify.max_user_watches=524288
root@test1-6fc9cb54d6-frk8b:/app# ls /.dockerenv 
/.dockerenv

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}