Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
f7f6f92e
Commit
f7f6f92e
authored
Nov 30, 2015
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweak example INI file
parent
97e107db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
examples/caf-application.ini
examples/caf-application.ini
+7
-7
No files found.
examples/caf-application.ini
View file @
f7f6f92e
; This file shows all possible parameters with defaults.
; This file shows all possible parameters with defaults.
; Values enclosed in <> are detected at runtime
per default
.
; Values enclosed in <> are detected at runtime
unless defined by the user
.
; when using the default scheduler
; when using the default scheduler
[scheduler]
[scheduler]
; accepted alternative:
"work-sharing"
; accepted alternative:
'sharing'
policy
=
"work-stealing"
policy
=
'stealing'
; configures whether the scheduler generates profiling output
; configures whether the scheduler generates profiling output
enable-profiling
=
false
enable-profiling
=
false
; can be overriden to force a fixed number of threads
; can be overriden to force a fixed number of threads
max-threads
=
<
detected at runtime
>
max-threads
=
<
number of cores
>
; configures the maximum number of messages actors can consume in one run
; configures the maximum number of messages actors can consume in one run
max-throughput
=
<
numeric_limits<size_t>::max()
>
max-throughput
=
<
infinite
>
; measurement resolution in milliseconds (only if profiling is enabled)
; measurement resolution in milliseconds (only if profiling is enabled)
profiling-ms-resolution
=
100
profiling-ms-resolution
=
100
; output file for profiler data (only if profiling is enabled)
; output file for profiler data (only if profiling is enabled)
...
@@ -20,5 +20,5 @@ profiling-output-file="/dev/null"
...
@@ -20,5 +20,5 @@ profiling-output-file="/dev/null"
[middleman]
[middleman]
; configures whether MMs try to span a full mesh
; configures whether MMs try to span a full mesh
enable-automatic-connections
=
false
enable-automatic-connections
=
false
; accepted alternative: 'asio' (only when compiling CAF with ASIO)
network-backend
=
'default'
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