Luca Garulli

Results 285 comments of Luca Garulli

Class not found with both? 1) `server.bat -Darcadedb.server.plugins="Postgres:com.arcadedb.postgres.PostgresProtocolPlugin"` 2) set `ARCADEDB_SETTINGS=-Darcadedb.server.plugins="Postgres:com.arcadedb.postgres.PostgresProtocolPlugin";server.bat `

The latest change to `server.bat` was to the last line: ``` call %JAVA% -server %JAVA_OPTS% %ARCADEDB_OPTS_MEMORY% %JAVA_OPTS_SCRIPT% %ARCADEDB_JMX% %ARCADEDB_SETTINGS% %CMD_LINE_ARGS% -cp "%ARCADEDB_HOME%\lib\*" com.arcadedb.server.ArcadeDBServer ``` As you can see both `%ARCADEDB_SETTINGS%`...

Hi @Jurgen-Aquilina any chance to retry this with the latest snapshot? Thanks in advance.

Does anybody have a Windows machine that can help with this? Waiting for the final solution, this works for now: setting the plugin in `ARCADEDB_SETTING` environment variable and then run...

I guess with M1 the docker-compose uses, by default, some settings with smaller RAM. @arcade-player any idea about how to increase the RAM?

I guess `timestamp()` function is not supported by Gremlin-Cypher project. I see there is a more active fork with support for date functions: https://github.com/chrisndodge/cypher-for-gremlin/commits/samos. I'm going to contact the author...

@vinzenz Thanks and I totally understand. If you renounce to Cypher and embrace ArcadeDB SQL, you can do the same thing and you got tons of functions. And if there...

@zamazan4ik ArcadeDB runs on top of the JVM, so it runs pretty much everywhere. We're working on a compiled version (thanks to GraalVM compiler), and soon there will be a...