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

Exp/comp speedups #75

Open
wants to merge 66 commits into
base: unraid_develop
Choose a base branch
from
Open

Exp/comp speedups #75

wants to merge 66 commits into from

Commits on Dec 23, 2022

  1. Configuration menu
    Copy the full SHA
    c777dd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43164d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ec40f7 View commit details
    Browse the repository at this point in the history
  4. Fix up pathname

    realtyem committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    a44614b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5172bfd View commit details
    Browse the repository at this point in the history
  6. Fix dockerfile edits

    realtyem committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    d6e913e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    75493bd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4740bcd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b0758a7 View commit details
    Browse the repository at this point in the history
  10. Remove direct tmpfs hack that didn't work. Github doesn't expose bein…

    …g able to do this(maybe fstab related?).
    realtyem committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    d53ba23 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c72e0da View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4ccdb47 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d59d04e View commit details
    Browse the repository at this point in the history
  14. Revert "Deal with go's get deprecation"

    This reverts commit d586999.
    realtyem committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    65d4f3d View commit details
    Browse the repository at this point in the history
  15. Update postgres host

    realtyem committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    fda1b88 View commit details
    Browse the repository at this point in the history
  16. Handle 'go get' deprecation (#14611)

    * Switch out 'go get' for 'go install'.
    
    * Changelog
    realtyem committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    867c961 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1cca028 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    63f3462 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    43a48fe View commit details
    Browse the repository at this point in the history
  20. Fix tests-done

    realtyem committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    a572575 View commit details
    Browse the repository at this point in the history
  21. Disable docker on tmpfs

    realtyem committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    273a4cd View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    be85ddc View commit details
    Browse the repository at this point in the history
  23. Increase number of 'max_connections' to 500 for Complement and bump P…

    …ostgres to 15. Also remove the tmpfs mounting on /install, it seemed kinda flakey
    realtyem committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    6d13fcc View commit details
    Browse the repository at this point in the history
  24. Fix up rebase

    realtyem committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    c3a710a View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. Put back Postgres 13

    realtyem committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    acb180d View commit details
    Browse the repository at this point in the history
  2. Fix Postgres 13

    realtyem committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    d8b94ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d21d9dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33d8630 View commit details
    Browse the repository at this point in the history
  5. try a bunch of stuff

    realtyem committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    ea9d738 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cda556f View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Configuration menu
    Copy the full SHA
    7229cdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfeb4b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9cb9a0 View commit details
    Browse the repository at this point in the history
  4. Missed a derp

    realtyem committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    d482068 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d47858 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. Add in a few checkpoint modifications to force Postgres to hurry up a…

    …nd shutdown already. Realistically, this should only have an effect on producing blueprints before the running of a given test. Known side effect, increased I/O potential, as now it's forced to write out a checkpoint in less than 10 seconds instead of being given 90% of 5 minutes to get it done.
    realtyem committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    f50a185 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36784af View commit details
    Browse the repository at this point in the history
  3. Remove all the Postgres performance improvements, hack newly discover…

    …ed yaml setting to make synchronous commits configurable from homeserver.yaml to false. Reduce parallel option on command line back to default(which is two).
    realtyem committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    da07a81 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Fix name of new synchronous_commit env variable to not be stupidly re…

    …versed #face-palm. Fix it not working cuz forgot a PASS_ on it too while there.
    realtyem committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    9c2eb8d View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    59addb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e776138 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b449ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a80b40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    084fd33 View commit details
    Browse the repository at this point in the history
  6. Revert "Put the csapi/fed split on the back burner." Plus some fixups…

    … to include newest stuff properly.
    
    This reverts commit a9cb9a0.
    realtyem committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    f5083c3 View commit details
    Browse the repository at this point in the history
  7. Why are derps so painful?

    realtyem committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    b2d1983 View commit details
    Browse the repository at this point in the history
  8. Re-enable Postgres tweaks since we need the more-than-100 connections…

    … again. Silence some annoying output that isn't needed from the docker build while here.
    realtyem committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    8cc0393 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    5f54e62 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Further adjust for missing values. Also add the /_synapse/admin endpo…

    …int access so other tests that are skipped are now run.
    realtyem committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    536f4dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cd031f View commit details
    Browse the repository at this point in the history
  3. Update some stuff

    realtyem committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    a102c22 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Configuration menu
    Copy the full SHA
    7c6ef11 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    54f2ffd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85abf5c View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Reduce minimum retry timeout from 10 minutes(git add synapse/util/ret…

    …ryutils.py ) to 10 seconds.
    realtyem committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    0f4774f View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    eb4aaa4 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Crowbar asyncio and uvloop into the twisted reactor(I hope I did this…

    … right) and run in tests.
    realtyem committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    7069f7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ddb8be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70f8d81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86fa9eb View commit details
    Browse the repository at this point in the history
  5. Exploratory tests 1

    realtyem committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    a3d3ea0 View commit details
    Browse the repository at this point in the history
  6. Exploratory tests 2

    realtyem committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    a11e604 View commit details
    Browse the repository at this point in the history
  7. Exploratory tests 3

    realtyem committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    ddf9e9d View commit details
    Browse the repository at this point in the history
  8. Exploratory tests 4

    realtyem committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    b6112a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    1899c60 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    376237e View commit details
    Browse the repository at this point in the history