Dirk Chang

Results 17 comments of Dirk Chang

ok, I found the bug creator here :8ball:

> FYI: 2.7.0 has `BoxStore.sizeOnDisk()` remove entries does not make sizeOnDisk be smaller, so the method who returns unused 'pages' is needed for me. In my story, the when db...

One possible way for now : 1. Do not set the max db size when initialize box store 2. Record the max db count when it reached the max size...

> @srdgame Maybe the [new experimental `maxDataSizeInKByte​` property](https://objectbox.io/docfiles/java/current/io/objectbox/BoxStoreBuilder.html#maxDataSizeInKByte(long)) is helpful in this case. Possibly, but I won't test it any more, which is a painful time.

既然清理了源代码,怎么不把gcc g++清理掉? 最好的做法是二次FROM一个镜像,然后COPY必要文件到新的镜像。这样会减少image的大小。 用环境变量去设置 config文件文件,以及使用VOLUMN来存储 config文件以及具体的服务逻辑代码,方便进行文件更新。 另外就是一些PORT mapping的问题。将8000, 8888这些端口暴露一下

In my understanding, the 'multi-user' often used to describe cloud platform or operating system. And skynet framework has no *USER* stuff. if we has to use multi-xxxx, I think may...