rmuir commented on PR #12311: URL: https://github.com/apache/lucene/pull/12311#issuecomment-1560213214
As a potential workaround I tried Uwe's suggestion to look at RAMUsageEstimator code and ran it inside this VM, it works and seems to detect the situation? ``` jshell> final Object vmOption = getVMOptionMethod.invoke(hotSpotBean, "UseAVX"); vmOption ==> VM option: UseAVX value: 0 origin: DEFAULT (read-only) ``` -- 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]
