diff --git a/.gitignore b/.gitignore index c3477ecd..8d3c15c6 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,5 @@ target/ tmp/* Try* /examples/ -.DS_Store \ No newline at end of file +.DS_Store +data/ diff --git a/docs/RabbitInAHat.html b/docs/RabbitInAHat.html index f1a28bda..188affaa 100644 --- a/docs/RabbitInAHat.html +++ b/docs/RabbitInAHat.html @@ -13,21 +13,28 @@
Note: on releases earlier than version 0.8.0, open the respective WhiteRabbit.jar or RabbitInAHat.jar files instead.
+Note: on releases earlier than version 0.8.0, open the respective WhiteRabbit.jar or RabbitInAHat.jar files instead. Note: WhiteRabbit and RabbitInaHat only work from a path with only ascii characters.
WhiteRabbit possibly does not start when the memory allocated by the JVM is too big or too small. By default this is set to 1200m. To increase the memory (in this example to 2400m), either set the environment variable EXTRA_JVM_ARGUMENTS=-Xmx2400m
before starting or edit in bin/WhiteRabbit.bat
the line %JAVACMD% %JAVA_OPTS% -Xmx2400m...
. To lower the memory, set one of these variables to e.g. -Xmx600m
. If you have a 32-bit Java VM installed and problems persist, consider installing 64-bit Java.