Aditya Mahajan

Results 2 comments of Aditya Mahajan

The server keeps running, but startup logs repeatedly show java.lang.OutOfMemoryError coming from index loading (OCompositeKey / BTree). So far I’ve tried: Increasing JVM heap in Docker -e ORIENTDB_OPTS_MEMORY="-Xms1g -Xmx4g" Running...

// Using interfaces to follow Dependency Inversion Principle. // Main does not depend on concrete classes directly. // High-level module depending on abstractions