Skip to content

Commit c90a254

Browse files
author
Sunny Jiao
committed
remove space (+1 squashed commit)
Squashed commits: [fe4369f510] revert (+1 squashed commit) Squashed commits: [1925a2d1f1] revert (+1 squashed commit) Squashed commits: [336092cd1a] feat(dependencies): bump libp2p from 2.2.6 to 2.2.7 (#6481) * update libp2p from 2.2.6 to 2.2.7 * add pom file (+4 squashed commits) Squashed commits: [d0bdaf0] revert changes [6b14bdb] JDK 8 [d279184] modify start.sh.simple [e24693a] update (+1 squashed commit) Squashed commits: [b54aed3] revert commitee config for proposalExpireTime (+1 squashed commit) Squashed commits: [e132811] update config for proposalExpireTime
1 parent 64fa5b0 commit c90a254

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Make sure you operate on `Linux` or `MacOS` operating systems, other operating s
9898
## Architecture
9999

100100
### X86_64
101-
Requires 64-bit version of `Oracle JDK 1.8` to be installed, other JDK versions are not supported yet.
101+
Requires 64-bit version of `Oracle JDK 8` to be installed, other JDK versions are not supported yet.
102102

103103
### ARM64
104104
Requires 64-bit version of `JDK 17` to be installed, other JDK versions are not supported yet.

framework/src/main/resources/config.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ localwitness = [
676676
block = {
677677
needSyncCheck = true
678678
maintenanceTimeInterval = 21600000 // 6 hours: 21600000(ms)
679-
proposalExpireTime = 259200000 // 3 days: 259200000(ms)
679+
proposalExpireTime = 259200000 // default value: 3 days: 259200000(ms), Note: this value is controlled by committee proposal
680680
# checkFrozenTime = 1 // for test only
681681
}
682682

start.sh.simple

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131

3232

3333
# adjust JVM start
34-
# Set the minimum heap size to 9G, adjust as needed
35-
VM_XMS="9G"
3634
# Set the maximum heap size to 9G, adjust as needed
3735
VM_XMX="9G"
3836
# adjust JVM end
@@ -131,7 +129,7 @@ startService() {
131129
fi
132130

133131
nohup "$JAVACMD" \
134-
-Xms"$VM_XMS" -Xmx"$VM_XMX" \
132+
-Xmx"$VM_XMX" \
135133
-XX:+UseZGC \
136134
-Xlog:gc,gc+heap:file=gc.log:time,tags,level:filecount=10,filesize=100M \
137135
-XX:ReservedCodeCacheSize=256m \

0 commit comments

Comments
 (0)