Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dc-cost-system
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bltdc
dc-cost-system
Commits
fb6583a1
Commit
fb6583a1
authored
Nov 26, 2020
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
a76a1eae
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
application-prod.yml
bailuntec-cost-core/src/main/resources/application-prod.yml
+1
-1
deploy-miniapp-prod.sh
bailuntec-cost-core/src/main/shell/deploy-miniapp-prod.sh
+1
-1
No files found.
bailuntec-cost-core/src/main/resources/application-prod.yml
View file @
fb6583a1
...
@@ -79,5 +79,5 @@ server:
...
@@ -79,5 +79,5 @@ server:
direct-buffers
:
true
direct-buffers
:
true
buffer-size
:
1024
buffer-size
:
1024
threads
:
threads
:
worker
:
100
worker
:
100
0
io
:
6
io
:
6
bailuntec-cost-core/src/main/shell/deploy-miniapp-prod.sh
View file @
fb6583a1
...
@@ -9,4 +9,4 @@ mvn clean package -U -Dmaven.test.skip=true -Dmaven.compile.fork=true
...
@@ -9,4 +9,4 @@ mvn clean package -U -Dmaven.test.skip=true -Dmaven.compile.fork=true
# shellcheck disable=SC2009
# shellcheck disable=SC2009
ps
-ef
|
grep
cost-core |
grep
-v
grep
|
grep
prod | awk
'{print $2}'
| xargs
kill
-9
ps
-ef
|
grep
cost-core |
grep
-v
grep
|
grep
prod | awk
'{print $2}'
| xargs
kill
-9
# 运行
# 运行
nohup java
-Xms
512m
-Xmx512m
-jar
-Dspring
.profiles.active
=
prod /home/ubuntu/data/other/dc-cost-system/bailuntec-cost-core/target/bailuntec-cost-core-1.0-SNAPSHOT.jar &
nohup java
-Xms
2G
-Xmx2G
-jar
-Dspring
.profiles.active
=
prod /home/ubuntu/data/other/dc-cost-system/bailuntec-cost-core/target/bailuntec-cost-core-1.0-SNAPSHOT.jar &
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment