Cassandra database won't start when Upsource launched
This problem caused by insufficient memory for the Cassandra database.
Solution
Increase heap size to Cassandra process as follows:
- Stop Upsource:
<upsource_home>\bin\upsource.bat stop
-
Run the following command:
<upsource_home>\apps\cassandra\bin\cassandra.bat configure -J-Xmx5000m
- Start Upsource:
<upsource_home>\bin\upsource.bat start
Last modified: 28 February 2018