Error: Can not enable [SeLockMemoryPrivilege] privilege, error=1300
Warning: Huge Pages not available, performance may degrade
How can I fix that?
A: From StackOverflow
http://stackoverflow.com/questions/39059/how-do-i-run-my-app-with-large-pages-in-windowsYou will have to assign the "Lock pages in memory" privilege to any user that runs your application. This includes administrators
Select Control Panel -> Administrative Tools -> Local Security Policy (alternative: click start --> execute and write gpedit.msc)
Select Local Policies -> User Rights Assignment
Double click "Lock pages in memory", add users and/or groups
Reboot the machine
On Windows Vista you need also make sure that the application is run as Administrator (by right-clicking on the application or the shell and choosing "Run as adminstrator").
In addition, it helps to have a freshly booted machine since the large pages can "run out" due to fragmentation of the heap.
Alternatively, you can reach Local Security Policy by "click start --> execute and write secpol.msc"