d1f9886559
* Increase max_result_window to 5000000 This is until we switch to the scroll API. We can't access pages after ~2000 without increasing it. * Increase jvm heap ram * Prevent elasticsearch from being swapped
17 lignes
664 o
YAML
17 lignes
664 o
YAML
nyaapantsu_dbname: nyaapantsu
|
|
nyaapantsu_user: nyaapantsu
|
|
nyaapantsu_password: nyaapantsu
|
|
nyaapantsu_pgpool_port: 9998
|
|
nyaapantsu_directory: /nyaapantsu/
|
|
nyaapantsu_gpg_passphrase_file: "{{ nyaapantsu_directory }}/passphrase"
|
|
nyaapantsu_build_directory: go_nyaa/
|
|
nyaapantsu_elasticsearch_alias: nyaapantsu
|
|
# nyaapantsu_elasticsearch_alias: sukebei
|
|
nyaapantsu_elasticsearch_index: nyaapantsu_v1
|
|
# nyaapantsu_elasticsearch_index: nyaapantsu_sukebei_v1
|
|
nyaapantsu_elasticsearch_old_index: CHANGETHIS
|
|
nyaapantsu_torrent_tablename: torrents
|
|
# nyaapantsu_torrent_tablename: torrents_sukebei
|
|
nyaapantsu_max_open_files: 200000
|
|
nyaapantsu_jvm_heapsize_gb: 8
|
|
# vim: ft=yaml
|