-
Bug
-
Resolution: Done
-
Major
-
7.1.0.DR19
The tuninng guide contains section about transaction subsystem tuning (12. Transactions Subsystem Tuning) where the guide shows chaning transaction object store from filesystem to journal one
/subsystem=transactions:write-attribute(name=use-journal-store,value=true)
it would be beneficial to mention that the journal store by default runs in NIO mode where native libraries are not used. For getting better performance switching to AIO (asynchronous io) is recommended. To switch the journal store setting to use AIO you can use the cli command
/subsystem=transactions:write-attribute(name=journal-store-enable-async-io, value=true)
- is related to
-
JBEAP-11047 [7.1] PTG: Add native optimizations for Linux: libaio libraries
- Closed
- relates to
-
JBEAP-7233 [7.1] Performance Tuning Guide Docs
- Closed