Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
djinni
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
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
djinni
Commits
d9d43927
Commit
d9d43927
authored
Mar 01, 2016
by
Andrew Twyman
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'public-master' into github-master
parents
ef80f529
3b81ae2a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/support/sbt
src/support/sbt
+4
-0
No files found.
src/support/sbt
View file @
d9d43927
...
@@ -28,6 +28,10 @@ if [[ "$java_version" == 1.[6-7] ]]; then
...
@@ -28,6 +28,10 @@ if [[ "$java_version" == 1.[6-7] ]]; then
jvm_args+
=(
-XX
:MaxPermSize
=
256M
)
# Not relevant to JDK 1.8+
jvm_args+
=(
-XX
:MaxPermSize
=
256M
)
# Not relevant to JDK 1.8+
fi
fi
if
[[
"
$DJINNI_SBT_BOOT_PROPERTIES
"
!=
""
]]
;
then
jvm_args+
=(
-Dsbt
.boot.properties
=
"
$DJINNI_SBT_BOOT_PROPERTIES
"
)
fi
java
\
java
\
-Xms512M
-Xmx1024M
-Xss1M
-XX
:+CMSClassUnloadingEnabled
"
${
jvm_args
[@]
}
"
\
-Xms512M
-Xmx1024M
-Xss1M
-XX
:+CMSClassUnloadingEnabled
"
${
jvm_args
[@]
}
"
\
-Djava
.security.manager
-Djava
.security.policy
=
"
$base_dir
/sbt.security.policy"
\
-Djava
.security.manager
-Djava
.security.policy
=
"
$base_dir
/sbt.security.policy"
\
...
...
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