TarMK on a NAS using NFS? | Community
Skip to main content
CQJonathanNiels
New Participant
February 24, 2016
Solved

TarMK on a NAS using NFS?

  • February 24, 2016
  • 2 replies
  • 1094 views

I stumbled upon a blogpost where Jorg Hoh claims that putting your TarMK on an NFS is not a good idea because mmap (Java 1.7) won't work with that configuration.

Short summary: Having TarMK storage on an NFS causes a huge performance impact as AEM won't be able to take advantage of memory mapped files.

Is there anyone who can confirm or deny this?
With me this also raises the question on how this will work with a SAN, I assume having a SAN mounted disk won't have the same issues as an NFS. 

Link to the original post:https://cqdump.wordpress.com/2016/02/23/tarmk-on-nas/

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by joerghoh

Hi,

When you have a SAN, you normally have a local filesystem (NTFS, ext4, btrfs, ...) on top of the SAN volume. Then you don't have this performance impact. My experiences with SAN and TarMK are quite good.

See also https://cqdump.wordpress.com/2016/02/24/tarmk-and-san/

Kind regards,
Jörg

2 replies

CQJonathanNiels
New Participant
February 25, 2016

Thanks for the additional article. I now have a clear picture of how the mmap mechanism works!

joerghoh
joerghohAccepted solution
Employee
February 24, 2016

Hi,

When you have a SAN, you normally have a local filesystem (NTFS, ext4, btrfs, ...) on top of the SAN volume. Then you don't have this performance impact. My experiences with SAN and TarMK are quite good.

See also https://cqdump.wordpress.com/2016/02/24/tarmk-and-san/

Kind regards,
Jörg