Number of databases supported in a single instance

Hi, is there a limit on the number of databases one can create in a single Neo4j server instance?

Thanks!

Configuration settings - Operations Manual indicates


Table A.162. dbms.max_databases
Description       The maximum number of databases.
Valid values      dbms.max_databases, a long which is minimum 2
Default value    100

do you plan to have more than 100. Though not certain of a absolute limit it may simply be a function of amount of disk storage as well

@dana_canzano
Is dbms.max_databases limited to 2 for the community edition? ... which practically is really 1 since the system database counts towards the max of 2?