fix:修正打包,编译问题

This commit is contained in:
xiao.wei 2023-06-14 07:13:20 -04:00
parent c0fab5c065
commit 4a80239541
2 changed files with 80 additions and 87 deletions

File diff suppressed because one or more lines are too long

View File

@ -111,6 +111,7 @@ int eventfd_write(int fd, int value) {
#include <limits.h>
#include <memory.h>
#include <assert.h>
#include <stdexcept>
const int64 min_cachesize = 1LL * 1024* 1024* 1024LL; // 1GB
const int64 min_free_size = 20LL * 1024* 1024* 1024LL; // 20GB