Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

packaging / assets / config/default.conf.sample wrong #2205

Closed
sharow opened this issue Apr 2, 2014 · 3 comments
Closed

packaging / assets / config/default.conf.sample wrong #2205

sharow opened this issue Apr 2, 2014 · 3 comments
Assignees
Milestone

Comments

@sharow
Copy link

sharow commented Apr 2, 2014

using version 1.12.1

### Memory options

## Size of the cache in MB
## Default: Half of the available RAM on startup
# cache_size=1024
cache_size=2048   # I try 2GB cache

then,

rethinkdb[663]: Error in the configuration file /etc/rethinkdb/instances.d/default.conf: Config file /etc/rethinkdb/instances.d/default.conf: parse error at line 84: unrecognized option name 'cache_size'

I think this must be

### Memory options

## Size of the cache in MB
## Default: Half of the available RAM on startup
# cache-size=1024
@neumino
Copy link
Member

neumino commented Apr 2, 2014

Oh yes, thanks for reporting it.
I'll fix that..

@neumino neumino added this to the 1.12.x milestone Apr 2, 2014
@neumino neumino self-assigned this Apr 2, 2014
@neumino
Copy link
Member

neumino commented Apr 4, 2014

Branch michel_2205_conf
In review 1403 assigned to @AtnNn

@neumino
Copy link
Member

neumino commented Apr 7, 2014

Merged in next as df55d31
Cherry-pick in 1.12.x as 8fa9954
Ship 1.12.2

@neumino neumino closed this as completed Apr 7, 2014
@AtnNn AtnNn modified the milestones: 1.12.2, 1.12.x Apr 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants