in reply to Re^6: persistent cache using Cache::FileCache
in thread persistent cache using Cache::FileCache

Linux supports up to 64GB RAM on 32-bit machines (CONFIG_NOHIGHMEM and nearby options). Not an expert here, but yes, the docs do say you need PAE. A single process won't be able to address all of it at once, but using memcached that doesn't change the usage semantics.
  • Comment on Re^7: persistent cache using Cache::FileCache