unread
I think, it's better to disable bits permutation for both 32 and 64 bit systems.
And also disable opcache for request if root inode exceeds 2^32 on 32-bit systems + emit warning.
This should be a robust solution. Right?
Thanks. Dmitry
unread
I think, it's better to disable bits permutation for both 32 and 64 bit
systems.
And also disable opcache for request if root inode exceeds 2^32 on 32-bit
systems + emit warning.This should be a robust solution. Right?
Thanks. Dmitry
I think that should work fine.
Nikita