GitHub user PepperJo opened a pull request:
https://github.com/apache/incubator-crail/pull/26
Start script: remove heap size argument
Remove Xmx and MaxDirectMemorySize argument from start script
since it does not allow to run Crail on machines with less
than 64G.
https://issues.apache.org/jira/browse/CRAIL-40
Signed-off-by: Jonas Pfefferle <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/PepperJo/incubator-crail start_script
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-crail/pull/26.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #26
----
commit 7209748b399b8f6bcfbf4c87ff498dae3fd55e33
Author: Jonas Pfefferle <pepperjo@...>
Date: 2018-06-20T11:36:11Z
Start script: remove heap size argument
Remove Xmx and MaxDirectMemorySize argument from start script
since it does not allow to run Crail on machines with less
than 64G.
https://issues.apache.org/jira/browse/CRAIL-40
Signed-off-by: Jonas Pfefferle <[email protected]>
----
---