Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EAR.UP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dorian Stoll
EAR.UP
Commits
1e5467f8
Commit
1e5467f8
authored
4 years ago
by
Julita Corbalan
Browse files
Options
Downloads
Patches
Plain Diff
Update config_def.h to update PORTS and DEMO flag for DB creation
parent
9dd8ab6f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/common/config/config_def.h
+5
-5
5 additions, 5 deletions
src/common/config/config_def.h
with
5 additions
and
5 deletions
src/common/config/config_def.h
+
5
−
5
View file @
1e5467f8
...
...
@@ -52,7 +52,7 @@
* save space */
#define DB_SIMPLE 0
/* When set to 1, avg frequency and temp is reported with periodic metrics */
#define DEMO
0
#define DEMO
1
/* Maximum number of simultaneous DB connection for mysql user commands */
#define MAX_DB_CONNECTIONS 20
/* */
...
...
@@ -64,7 +64,7 @@
#define DEFAULT_T1 60
#define DEFAULT_T2 600
#define MAX_ENERGY 300
#define EARGM_PORT_NUMBER
6
000
0
#define EARGM_PORT_NUMBER
5
000
1
#define DEFAULT_POWER 275
#define GRACE_T1 3
#define EAR_OVERHEAD_CONTROL 1
...
...
@@ -85,9 +85,9 @@
#define DEF_DBD_FILE_LOG 1
#define DEF_DBD_AGGREGATION_TIME 60
#define DEF_DBD_INSERTION_TIME 30
#define DEF_DBD_SERVER_PORT
4711
#define DEF_DBD_MIRROR_PORT
4712
#define DEF_DBD_SYNCHR_PORT
4713
#define DEF_DBD_SERVER_PORT
50002
#define DEF_DBD_MIRROR_PORT
50003
#define DEF_DBD_SYNCHR_PORT
50004
/* MegaBytes allocated for caching the node metrics. */
#define DEF_DBD_ALLOC_MBS 120
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment