gperinazzo commented on issue #6131: Unable to upgrade bookie to 2.5.0 URL: https://github.com/apache/pulsar/issues/6131#issuecomment-577793956 Seems that reducing `dbStorage_writeCacheMaxSizeMb` and `dbStorage_readAheadCacheMaxSizeMb` to 512 each allows the bookie to initialize, while setting it to 2048 (after adjusting the MaxDirectMemorySize to 14g) gives me the following error: https://github.com/apache/bookkeeper/blob/master/bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/storage/ldb/DbLedgerStorage.java#L114 Maybe netty is not picking the memory setting correctly?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
