You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// A helper for the POSIX Env to facilitate testing.classEnvPosixTestHelper {
private:friendclassEnvPosixTest;
// Set the maximum number of read-only files that will be opened.// Must be called before creating an Env.staticvoidSetReadOnlyFDLimit(int limit);
// Set the maximum number of read-only files that will be mapped via mmap.// Must be called before creating an Env.staticvoidSetReadOnlyMMapLimit(int limit);
};
老是改kDefaultMmapLimit不太好,这个是在编译期就计算出来的。
The text was updated successfully, but these errors were encountered: