You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by sm...@apache.org on 2020/06/01 14:13:36 UTC

[incubator-nlpcraft] branch github-actions-windows updated: (WIP) GitHub Actions build/tests on Windows.

This is an automated email from the ASF dual-hosted git repository.

smakov pushed a commit to branch github-actions-windows
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/github-actions-windows by this push:
     new 4ba6a50  (WIP) GitHub Actions build/tests on Windows.
4ba6a50 is described below

commit 4ba6a50e1c772f49ed63dd2019b3fc4cfa5b8aaa
Author: smakov <sm...@apache.org>
AuthorDate: Mon Jun 1 17:13:24 2020 +0300

    (WIP) GitHub Actions build/tests on Windows.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a4833ca..cdaab16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -521,8 +521,8 @@
                             <waitAfterLaunch>180</waitAfterLaunch>
                             <arguments>
                                 <argument>java</argument>
-                                <argument>-Xmx4G</argument>
-                                <argument>-Xms4G</argument>
+                                <argument>-Xmx3G</argument>
+                                <argument>-Xms3G</argument>
                                 <argument>-jar</argument>
                                 <argument>${project.build.directory}/${nlpcraft.all.deps.jar}</argument>
                                 <argument>-server</argument>