Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Noric Couderc
JBrainy
Commits
880a796e
Commit
880a796e
authored
Nov 14, 2021
by
Noric Couderc
Browse files
Updated heap size for "run" task
We want to run with a heap big enough, otherwise we just do garbage collection...
parent
624df419
Changes
1
Show whitespace changes
Inline
Side-by-side
build.gradle
View file @
880a796e
...
@@ -130,6 +130,7 @@ project(':core') {
...
@@ -130,6 +130,7 @@ project(':core') {
run
{
run
{
systemProperty
'java.library.path'
,
papi_library_path
systemProperty
'java.library.path'
,
papi_library_path
applicationDefaultJvmArgs
=
[
'-Xmx6g'
]
mainClassName
=
'se.lth.cs.Main'
mainClassName
=
'se.lth.cs.Main'
workingDir
=
'..'
workingDir
=
'..'
}
}
...
...
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