Skip to content

Commit 3abc3f8

Browse files
committed
Reduce tarsstat & tarsproperty shm memory consumption, re tag v2.4.5
1 parent 617c755 commit 3abc3f8

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

Changelist.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
## v2.4.5 2020.08.20
1+
## v2.4.5 2020.08.21
22
### en
33
- fix tarsnode write config file empty when disk is full
44
- AdminRegistry support patch time > 1 min
55
- fix windows install script
6+
- Reduce tarsstat & tarsproperty shm memory consumption
7+
68
### en
79
- 继续修复tarsnode写配置文件可能为空的bug(硬盘满的情况下)
810
- tarsAdminRegistry支持发布超大文件(发布超过一分钟), 可配置超时时间
911
- 修复windows install script
12+
- 减小tarsstat & tarsproperty 共享内存大小
1013

1114
## v2.4.4 2020.07.19
1215
### en

deploy/framework/conf/tarsproperty/conf/tars.tarsproperty.config.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
insertInterval=5
6060
maxBlock=200
6161
minBlock=100
62-
size=128M
62+
size=64M
6363
</hashmap>
6464
<reapSql>
6565
Interval=10

deploy/framework/conf/tarsstat/conf/tars.tarsstat.config.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
slavefile=hashmap_slave.txt
5252
insertInterval=5
5353
enableStatCount=0
54-
size=256M
54+
size=64M
5555
countsize=1M
5656
</hashmap>
5757
<reapSql>

deploy/framework/sql/template/tars.tarsproperty

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
insertInterval=5
88
maxBlock=200
99
minBlock=100
10-
size=128M
10+
size=64M
1111
</hashmap>
1212
<reapSql>
1313
Interval=10

deploy/framework/sql/template/tars.tarsstat

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
slavefile=hashmap_slave.txt
1212
insertInterval=5
1313
enableStatCount=0
14-
size=256M
14+
size=64M
1515
</hashmap>
1616

1717
<reapSql>

0 commit comments

Comments
 (0)