1. If a variable, say a string, with 1KB in size, is to be stored in memcached, how many actual memory will be used? 2. If the server used up all its memory, is that memcached will swap base on the LRU algorithm? (Lease recently used, i.e. least recently get)? howa