Added some small fixes

This commit is contained in:
Graham Hayes 2014-01-21 00:01:05 +00:00
parent 88923952ad
commit 24b1a10b51
2 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,7 @@
'config':{
'deamonize': True,
'verbose_level': 0,
'log_file': '/var/log/memcached'
'memory_cap': 64,
'port': 11211,
'user':' memcached',
@ -10,6 +11,5 @@
'lock_paged_memory': False,
'error_on_mem_full': False,
'max_core_file_limit': False,
'log_file': '/var/log/memcached'
}
} %}