会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zbzSH
博客园
首页
新随笔
联系
管理
订阅
随笔- 49 文章- 49 评论- 0 阅读-
45181
文章分类 -
Java
JVM内存调优总结 -Xms -Xmx -Xmn -Xss 参数设置
摘要:Xms 是指设定程序启动时占用内存大小。一般来讲,大点,程序会启动的快一点,但是也可能会导致机器暂时间变慢。 Xmx 是指设定程序运行期间最大可占用的内存大小。如果程序运行需要占用更多的内存,超出了这个设置值,就会抛出OutOfMemory异常。 Xss 是指设定每个线程的堆栈大小。这个就要依据你的
阅读全文
posted @
2022-02-14 14:42
zbzSH
阅读(2668)
评论(0)
推荐(0)
编辑
公告
昵称:
zbzSH
园龄:
3年5个月
粉丝:
4
关注:
20
+加关注
<
2025年3月
>
日
一
二
三
四
五
六
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
更多链接
我的标签
shell
(15)
Linux
(10)
k8s
(9)
python
(8)
ELK
(6)
redis
(4)
mysql
(3)
sftp
(2)
jenkins
(2)
java
(2)
更多
随笔分类
harbor(1)
文章分类
ELK(5)
Java(1)
Mongodb(1)
Mysql(1)
python(2)
Redis(4)
sftp(2)
Shell(15)
阅读排行榜
1. ERROR: Exception when publishing, exception message [Failed to connect and initialize SSH connection(4643)
2. Harbor私有镜像仓库登录报错 x509: cannot validate certificate for 192.168.40.132 because it doesn't contain any IP SANs(2843)
3. 同城双活概述(2657)
4. 私有镜像仓库harbor 登录报错 tcp: lookup harbor on 192.168.40.2:53: no such host(2196)
5. AttributeError: module 'collections' has no attribute 'MutableMapping'(1703)
推荐排行榜
1. The repository 'http://mirrors.163.com/debian jessie Release' does not have a Release file.(1)
2. 同城双活概述(1)
点击右上角即可分享