Remove license option in gradlew command (#41)

* Remove license option in gradlew command

* Remove "This username and password is part of trial license. Let's remove this too" from TESTING.asciidoc

Signed-off-by: Peter Nied <petern@amazon.com>
This commit is contained in:
Harold Wang 2021-02-03 20:29:37 -08:00 committed by Peter Nied
parent 24dc3986ce
commit 96bda527b1
1 changed files with 0 additions and 14 deletions

View File

@ -66,20 +66,6 @@ To for example start the open source distribution:
./gradlew run -Drun.distribution=oss
-------------------------------------
==== License type
By default a node is started with the `basic` license type.
In order to start with a different license type use the `-Drun.license_type` argument.
In order to start a node with a trial license execute the following command:
-------------------------------------
./gradlew run -Drun.license_type=trial
-------------------------------------
This enables security and other paid features and adds a superuser with the username: `elastic-admin` and
password: `elastic-password`.
==== Other useful arguments
- In order to start a node with a different max heap space add: `-Dtests.heap.size=4G`