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

How can you get a 32-bit machine to even recognize 8GB of RAM? I didn't think individual process size was the problem there. Are you talking about using PAE?
  • Comment on Re^6: persistent cache using Cache::FileCache

Replies are listed 'Best First'.
Re^7: persistent cache using Cache::FileCache
by gaal (Parson) on Nov 06, 2004 at 16:51 UTC
    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.