Repository: brooklyn-ui Updated Branches: refs/heads/master e9191a119 -> abf8555c9
Move to Java 8, remove MaxPermSize options Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/62711544 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/62711544 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/62711544 Branch: refs/heads/master Commit: 62711544ea9ccbec4794bb3667c78cda0df2cfd0 Parents: ac272dd Author: Svetoslav Neykov <[email protected]> Authored: Fri May 19 15:54:24 2017 +0300 Committer: Svetoslav Neykov <[email protected]> Committed: Fri May 19 15:54:24 2017 +0300 ---------------------------------------------------------------------- .mvn/jvm.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/62711544/.mvn/jvm.config ---------------------------------------------------------------------- diff --git a/.mvn/jvm.config b/.mvn/jvm.config index af5fbd1..d24b75a 100644 --- a/.mvn/jvm.config +++ b/.mvn/jvm.config @@ -1 +1 @@ --Xmx1024m -Xms512m -XX:MaxPermSize=256m +-Xmx1024m -Xms512m
