Hi,
I am getting  SERVER_ERROR out of memory  while I try to store one
particular set of data.  I have allocated 256mb for memcache.  Memcache has
only used 302100 bytes (less than 1mb)of memory so far.  below are outputs
from memcache log and memcache stats.


<7 get rankdatapre
>7 END
<8 new client connection
<8 get 889483
>8 sending key 889483
>8 END
<8 get 889483
>8 sending key 889483
>8 END
<8 set 889483 1 36000 578
>8 STORED
<8 connection closed.
<8 new client connection
<8 get mytg690411576
>8 END
<8 set mytg690411576 1 1800 1969
>8 STORED
<8 connection closed.
<7 set rankdatapre 1 3000 2528612
>7 SERVER_ERROR out of memory



I get errors while i try to set rankdatapre. It has  2528612 bytes (2.4MB)
of data.  Below is the output from memcache stats.





Array
(
    [pid] => 24831
    [uptime] => 1129
    [time] => 1240134667
    [version] => 1.1.12
    [rusage_user] => 0.370000
    [rusage_system] => 0.840000
    [curr_items] => 484
    [total_items] => 2254
    [bytes] => 302100
    [curr_connections] => 1
    [total_connections] => 1567
    [connection_structures] => 6
    [cmd_get] => 5603
    [cmd_set] => 2254
    [get_hits] => 4686
    [get_misses] => 917
    [bytes_read] => 1007864320
    [bytes_written] => 2650966
    [limit_maxbytes] => 268435456
)

Reply via email to