Java Large Pages configuration and AEM Performance
The default java runtime allocates memory pages in 4k blocks. There is a facility to enable 'large pages' whereby you can tune the size of the memory pages. This supposedly relieves pressure on the CPU kernel to manipulate the memory pages (TLB) and *can* provide additional performance. (http://www.oracle.com/technetwork/java/javase/tech/largememory-jsp-137182.html)
As the TarMK stores everything in memory, I was looking for any AEM admin's out in the field that have tried and succeeded with configuring large pages (on Linux) and might share their experience(s) and results? Is it working? Does it add any performance? Is there a point of diminishing return? (ie. vm size versus large page size versus repository size/configs that improve performance) (http://www.oracle.com/technetwork/articles/servers-storage-dev/hugepages-2099009.html)