uschindler commented on PR #15844: URL: https://github.com/apache/lucene/pull/15844#issuecomment-4099637047
In this PR I also added an extra check for 64bit JVM, because 32 bit support of madvise won't work on 32 bit (wrong posix_madvise signature). This is not really an issue because MMapDir is not used by default and many platform with 32 bits are no longer supported in Java 25, but we should still check this. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
