"16384"의 두 판 사이의 차이

 
4번째 줄: 4번째 줄:
*<math>2^{14}</math>
*<math>2^{14}</math>


<syntaxhighlight lang='python' run>
print(2**14)
</syntaxhighlight>
<syntaxhighlight lang='console'>
<syntaxhighlight lang='console'>
root@localhost:~# sysctl -a | grep 16384
root@localhost:~# sysctl -a | grep 16384

2022년 12월 1일 (목) 00:19 기준 최신판

1 개요[ | ]

16384
16,384
  • [math]\displaystyle{ 2^{14} }[/math]
print(2**14)
root@localhost:~# sysctl -a | grep 16384
fs.inotify.max_queued_events = 16384
fs.pipe-user-pages-soft = 16384
kernel.msgmnb = 16384
net.ipv4.tcp_wmem = 4096        16384   4194304
net.sctp.sctp_wmem = 4096       16384   4194304

2 같이 보기[ | ]

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