Make sure that your JVM really is waiting for file I/O, not paging activity. Check for paging with your operating system’s monitoring tools.

If the source of slow performance is file I/O, it will show up in JVM thread dumps. The cause could be either some application-specific code that you have, or else the file I/O that ATG does itself.


Copyright © 1997, 2014 Oracle and/or its affiliates. All rights reserved. Legal Notices