synctl.1 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .\" generated with Ronn-NG/v0.8.0
  2. .\" http://github.com/apjanke/ronn-ng/tree/0.8.0
  3. .TH "SYNCTL" "1" "July 2021" "" ""
  4. .SH "NAME"
  5. \fBsynctl\fR \- Synapse server control interface
  6. .SH "SYNOPSIS"
  7. Start, stop or restart synapse server\.
  8. .P
  9. \fBsynctl\fR {start|stop|restart} [configfile] [\-w|\-\-worker=\fIWORKERCONFIG\fR] [\-a|\-\-all\-processes=\fIWORKERCONFIGDIR\fR]
  10. .SH "DESCRIPTION"
  11. \fBsynctl\fR can be used to start, stop or restart Synapse server\. The control operation can be done on all processes or a single worker process\.
  12. .SH "OPTIONS"
  13. .TP
  14. \fBaction\fR
  15. The value of action should be one of \fBstart\fR, \fBstop\fR or \fBrestart\fR\.
  16. .TP
  17. \fBconfigfile\fR
  18. Optional path of the configuration file to use\. Default value is \fBhomeserver\.yaml\fR\. The configuration file must exist for the operation to succeed\.
  19. .TP
  20. \fB\-w\fR, \fB\-\-worker\fR:
  21. .TP
  22. \fB\-a\fR, \fB\-\-all\-processes\fR:
  23. .SH "CONFIGURATION FILE"
  24. Configuration file may be generated as follows:
  25. .IP "" 4
  26. .nf
  27. $ python \-m synapse\.app\.homeserver \-c config\.yaml \-\-generate\-config \-\-server\-name=<server name>
  28. .fi
  29. .IP "" 0
  30. .SH "ENVIRONMENT"
  31. .TP
  32. \fBSYNAPSE_CACHE_FACTOR\fR
  33. Synapse\'s architecture is quite RAM hungry currently \- we deliberately cache a lot of recent room data and metadata in RAM in order to speed up common requests\. We\'ll improve this in the future, but for now the easiest way to either reduce the RAM usage (at the risk of slowing things down) is to set the almost\-undocumented \fBSYNAPSE_CACHE_FACTOR\fR environment variable\. The default is 0\.5, which can be decreased to reduce RAM usage in memory constrained enviroments, or increased if performance starts to degrade\.
  34. .IP
  35. However, degraded performance due to a low cache factor, common on machines with slow disks, often leads to explosions in memory use due backlogged requests\. In this case, reducing the cache factor will make things worse\. Instead, try increasing it drastically\. 2\.0 is a good starting value\.
  36. .SH "COPYRIGHT"
  37. This man page was written by Sunil Mohan Adapa <\fI\%mailto:sunil@medhas\.org\fR> for Debian GNU/Linux distribution\.
  38. .SH "SEE ALSO"
  39. synapse_port_db(1), hash_password(1), register_new_matrix_user(1), synapse_review_recent_signups(1)