Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
openmole
openmole
Commits
bb2c98cc
Commit
bb2c98cc
authored
Dec 17, 2020
by
Romain Reuillon
Browse files
Merge branch 'master' into 12-dev
parents
41e5f78f
91ea3e24
Changes
1
Hide whitespace changes
Inline
Side-by-side
openmole/bin/org.openmole.runtime/src/main/resources/run.sh
View file @
bb2c98cc
...
...
@@ -48,8 +48,8 @@ ulimit -S -s unlimited
export
MALLOC_ARENA_MAX
=
1
export
LC_ALL
=
"
en_US
.UTF-8"
export
LANG
=
"
en_US
.UTF-8"
export
LC_ALL
=
"
C
.UTF-8"
export
LANG
=
"
C
.UTF-8"
java
-Djava
.io.tmpdir
=
"
${
TMPDIR
}
"
-Dsun
.jnu.encoding
=
UTF-8
-Dfile
.encoding
=
UTF-8
-Duser
.country
=
US
-Duser
.language
=
en
-Xss2M
-Xms64m
-Xmx
${
MEMORY
}
-Dosgi
.locking
=
none
-Dosgi
.configuration.area
=
"
${
CONFIGDIR
}
"
$FLAG
-XX
:ReservedCodeCacheSize
=
128m
-XX
:MaxMetaspaceSize
=
256m
-XX
:CompressedClassSpaceSize
=
128m
\
-XX
:+UseG1GC
-XX
:ParallelGCThreads
=
1
-XX
:CICompilerCount
=
2
-XX
:ConcGCThreads
=
1
-XX
:G1ConcRefinementThreads
=
1
\
...
...
Write
Preview
Supports
Markdown
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