Added charset check and hint in startup logs (related to #7020)

This commit is contained in:
Oleg Agafonov 2020-08-28 08:34:01 +04:00
parent b610d0a31a
commit a0c16dc4e1
10 changed files with 14 additions and 9 deletions

View file

@ -34,7 +34,7 @@ import java.util.UUID;
* started before running them. In case you want to debug these tests, use
* -Ddebug.mage that would disable client-server request timeout.
* <p>
* Then it's also better to use -Xms256M -Xmx512M JVM options for these stests.
* Then it's also better to use -Xms256M -Xmx512M JVM options for these tests.
*
* @author JayDi85
*/