"32768"의 두 판 사이의 차이

 
3번째 줄: 3번째 줄:
* 2<sup>15</sup>
* 2<sup>15</sup>


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

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

1 개요[ | ]

32768
  • 215
print(2**15)
root@localhost:~# sysctl -a | grep 32768
kernel.pid_max = 32768
kernel.sg-big-buff = 32768
net.ipv4.ip_local_port_range = 32768    60999
net.ipv4.xfrm4_gc_thresh = 32768
net.ipv6.xfrm6_gc_thresh = 32768

2 같이 보기[ | ]

3 참고[ | ]

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