Versioner sammenlignet

Nøgle

  • Linjen blev tilføjet.
  • Denne linje blev fjernet.
  • Formatering blev ændret.

Indholdsfortegnelse

Requirements

Atlassian

See https://confluence.atlassian.com/display/DOC/System+Requirements for newest requirements

OS Settings

Preferred OS: Linux 64 Bit - 2 CPU's and at lease 3 GB Ram

File Limits Raise for "Open Files", this is for Ubuntu

Kodeblok
title/etc/security/limits.conf
* soft nofile 100000
* hard nofile 100000

root soft nofile 100000
root hard nofile 100000

...

Mysql Settings

Preferred Database: Mysql MySQL (or Postgres)

Settings for MySQL (ref: MySQL)

Kodeblok
titlemy.cnf
[mysqld]
transaction-isolation = READ-COMMITTED
log-bin=mysql-bin
binlog_format=row
default-table-type=innodb
default-storage-engine=innodb
max_allowed_packet=32M

[mysql]
default-character-set=utf8

On large installations or where indexes are huge, changing innodb_lock_wait_timeout can be an option (Ref: JIRAKB)

Kodeblok
titlemy.cnf
[mysqld]
innodb_lock_wait_timeout = 300

 

Mail

SMTP Access for sending mail

...