Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wdscripts
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ifs
coast
wdscripts
Commits
eec860ba
Commit
eec860ba
authored
18 years ago
by
Marcel Huber
Browse files
Options
Downloads
Patches
Plain Diff
* added default flag entries for MMAP stream control and Storage tracing
parent
d7e5056c
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
prjconfig.sh
+14
-0
14 additions, 0 deletions
prjconfig.sh
with
14 additions
and
0 deletions
prjconfig.sh
+
14
−
0
View file @
eec860ba
...
...
@@ -39,6 +39,20 @@ PRJ_DESCRIPTION="Coast scripts"
# overwrite this one ONLY if the WD_PATH variable points to the wrong place
#WD_PATH=config
# The flag WD_USE_MMAP_STREAMS controls the usage of memory mapped files. Default is to use mmap streams
# because for most operations and conditions this seems to be fast.
# When setting this variable to 0, fstreams will be used instead
# note: Memory mapped files will always increase the file size by an internally managed blocksize,
# on SunOS_5.8, this blocksize seems to be 8192 bytes. If you intend to use a tail -f on these files
# you will probably not get what you expect. tail can not handle the reserved - and still unused - space.
#export WD_USE_MMAP_STREAMS=0
# The flag TRACE_STORAGE defines the logging level of memory statistics
# 0: No pool statistic tracing, except when excess memory was used
# 1: Trace overall statistics
# 2: Trace detailed statistics
#export TRACE_STORAGE=0
# use this function to do preparations prior to creating the distribution package
# e.g. increment a build number
#function preDoallFunc {}
...
...
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