Some questions

Hello! I have gitlab EE 9.2.6 Trial version + ubuntu 16.04 + mariadb 10.

  1. Quite often when working with pages an error occurs:

500 Whoops, something went wrong on our end.

After the restart, everything is OK, eventually appears back. RAM eats idle ~ 9 GB of 20 (with two then users).

  1. How to configure http / 2 / certificates?

  2. Can not execute "git clone" private repository, as well as "git push" settings:

My settings in project: 1.png / 2.png

Global settings: 3.png

1 2 3

  1. After gitlab-ctl restart, the bd flies to the ban, it helps "mysqladmin flush-hosts" until the next restart.

The database was created like this:

SET GLOBAL innodb_file_per_table=1, innodb_file_format=Barracuda, innodb_large_prefix=1;

CREATE DATABASE IF NOT EXISTS gitlab DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;

SET storage_engine=INNODB;

in /etc/gitlab/gitlab.rb

Postgresql ['enable'] = false

Gitlab_rails ['db_adapter'] = 'mysql2'

Gitlab_rails ['db_encoding'] = 'utf8'

Gitlab_rails ['db_database'] = 'gitlab'

Gitlab_rails ['db_username'] = 'root'

Gitlab_rails ['db_password'] = 'mypass'

Gitlab_rails ['db_host'] = '192.168.1.2'

Gitlab_rails ['db_port'] = '3306'

BD Settings:

max_connect_errors=100; max_connections = 1000;

  1. Is it possible for two-factor authentication via email? QR does not fit at all.
Edited Jun 18, 2017 by Destory me
Assignee Loading
Time tracking Loading