Skip to content

Commit fd3278a

Browse files
authored
Merge branch 'master' into ha-pin-rack
2 parents e7a6d85 + 73a5fd5 commit fd3278a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

user/trusty-to-xenial-migration-guide.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,18 @@ Services like [MySQL or PostgreSQL](https://docs.travis-ci.com/user/database-set
2626
- mysql
2727
```
2828

29+
When you are trying to run PostgreSQL and you are facing a memory problem, i.e. running `sudo df -h` and getting output from the mount points;
30+
31+
```
32+
none 768M 768M 0 100% /var/ramfs
33+
```
34+
35+
try to add the following line of code to your `.travis.yml`:
36+
37+
```
38+
before_install: sudo mount -o remount,size=50% /var/ramfs
39+
```
40+
2941
### 2. Third-party APT sources
3042

3143
Sources from third-party APT repositories have been removed. During the Xenial image provision, third-party APT repositories are used to pre-install services like `redis-server`. These packages are available during build time, but to reduce the risk of sporadic `apt-get update` failures, the repositories are removed after the packages are installed.

0 commit comments

Comments
 (0)