No, that won't help. Armory is using mlock to help store your keys securely.
mlock() locks part of the calling process's virtual address space into RAM, preventing that memory from being paged to the swap area
The goal here is that your unencrypted private keys are never written to disk (swap) where they could more easily be recovered.