Hi,
I ran into a limitation in the number of entries my memcached instance holds,
~50000 entries. To solve this I have tried two things
1. increase it's memory footprint using '-m 128 '(to get 128MBs)
2. attempted to run two instances specifying a port using '-p 8088'
It seems that both command line arguments are ignored. am I not specifying them
correctly?
running on windows XP from command prompt as follows:
memcached.exe -d start <added options as above here>
thank you in advance for any help
--
Avi