RFR: 8338136: Hotspot should support multiple large page sizes on Windows
Dhamoder Nalla
dhanalla at openjdk.org
Tue Sep 3 17:20:18 UTC 2024
On Tue, 3 Sep 2024 06:23:26 GMT, David Holmes <dholmes at openjdk.org> wrote:
> The interesting tests were skipped:
>
> ```
> Skipping test because lock memory privilege is not granted
> ```
>
> what do you need to make the "lock memory privilege" available?
>
> EDIT: never mind I found it.
Thanks for running through CI.
If you're still looking for the option, here's the path in gpedit.msc to configure the "Lock pages in memory" setting. To add a user or user group:
Computer Configuration > Windows Settings > Security Settings > Local Policies > User Rights Assignment > "Lock pages in memory"
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20758#issuecomment-2327045481
More information about the hotspot-runtime-dev
mailing list