how? I already have the lock pages enabled for my account..... Can't recall why now, but it's there.
Open regedit browse to "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options", create a new key called "EliteDangerous64.exe", then in that new key make a new DWORD value called "UseLargePages" and set it to "1" (omit all these quotes when actually making the entries).
Doesn't do much, but it helps reduce the number of kernel cycles I see after all the Spectre and Meltdown mitigation and generally lets the game use slightly less CPU cycles, especially in conjunction with adjustments to AppConfig.xml, namely increasing the "WorkerThreadStackSize" to "2097152" (double the default value, which is, incidentally enough, the size of a large memory page in Windows) and adjusting the "NumWorkerThreads" to something more reasonable, depending on the number of logical cores you have available and any other relevant factors. Since the game will use two or three render threads most of the time, and you only have four logical cores on your i5, I would set this to "2", but no lower, if "2" results in issues try "3".
Also, setting "PerformanceScaling" to "0" can help slightly with texture pop-in and hitching.
Anyway, improvement can range from nonexistent, to quite noticeable, depending on how frequently the game becomes CPU limited. They will generally increase the amount of memory the game needs, especially the size of contiguous chunks it must allocate, but this isn't a problem for me, and your system as twice as much RAM as the one I normally play the game on.